An open API service indexing awesome lists of open source software.

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

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.