https://github.com/tirkarthi/tab-analyser
A chrome extension to track the number of open and closed tabs in a session
https://github.com/tirkarthi/tab-analyser
Last synced: 4 months ago
JSON representation
A chrome extension to track the number of open and closed tabs in a session
- Host: GitHub
- URL: https://github.com/tirkarthi/tab-analyser
- Owner: tirkarthi
- License: mit
- Created: 2017-03-27T05:10:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T12:18:17.000Z (about 8 years ago)
- Last Synced: 2025-01-05T12:42:35.978Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tab-analyser
A chrome extension to track the number of open and closed tabs in a session# Installation
* Visit `chrome://extensions` in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: The menu's icon is three horizontal bars. and select Extensions under the Tools menu to get to the same place).
* Ensure that the Developer mode checkbox in the top right-hand corner is checked.
* Click Load unpacked extension to pop up a file-selection dialog.
* Navigate to the directory in which your extension files live, and select it.The above instructions were copied from "Load the extension" section on https://developer.chrome.com/extensions/getstarted
# Issues
This is my first Chrome extension. Do report issues/improvements at https://github.com/tirkarthi/tab-analyser/issues/new
# Privacy
The extension doesn't read any data about the tab contents. I have used the tabs permission in order to count the number of tabs.