Skip to content

popstas/chrome-tabs-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabs-exporter

Send info about opened tabs to websocket server. Group by domain.

Example of data receiver - windows-mqtt/tabs

Defaults:

  • Host: localhost
  • Port: 5555

Example of sending data:

{
  tabs: 7,
  byDomain: {
    "www.youtube.com": 1,
    "element-plus.org": 2,
    "www.npmjs.com": 1,
    "localhost:9302": 1,
    "github.com": 1,
    extensions: 1,
  },
  type: "stat",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published