Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Was ist Tab Tally?
Tab Tally ist eine Chrome-Erweiterung, die von Michael Hazani entwickelt wurde, und ihr Hauptmerkmal ist "This extension keeps track of the open tabs and windows you're currently running".
Erweiterungsscreenshots
Tab Tally-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Tally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
Offizielle URL | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Beschreibung | This extension keeps track of the open tabs and windows you're currently running |
Dateigröße | 40.18 KB |
Installationsanzahl | 24 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2016-07-22 |
Veröffentlichungsdatum | 2016-07-21 |
Entwickler | Michael Hazani |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://michaelhazani.com |
Unterstützte Sprachen | 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" ] } |