Tab Tally
This extension keeps track of the open tabs and windows you're currently running
What is Tab Tally?
Tab Tally is a Chrome extension developed by Michael Hazani, and its main feature is "This extension keeps track of the open tabs and windows you're currently running".
Extension Screenshots
Download Tab Tally Extension CRX File
Download Tab Tally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Yet another tab limiter! This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. Now get to work!
Extension Basic Information
Name | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
Official URL | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Description | This extension keeps track of the open tabs and windows you're currently running |
File Size | 40.18 KB |
Installation Count | 24 |
Current Version | 0.0.1 |
Last Updated | 2016-07-22 |
Publish Date | 2016-07-21 |
Developer | Michael Hazani |
[email protected] | |
Payment Type | free |
Extension Website | http://michaelhazani.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Tally", "description": "This extension keeps track of the open tabs and windows you're currently running", "author": "Michael Hazani", "version": "0.0.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "default_title": "Tab Tally", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage", "tabs" ] } |