Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Qu'est-ce que Tab Tally ?
Tab Tally est une extension Chrome développée par Michael Hazani, et sa fonction principale est "This extension keeps track of the open tabs and windows you're currently running".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Tally
Téléchargez les fichiers d'extension Tab Tally au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
URL Officiel | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Description | This extension keeps track of the open tabs and windows you're currently running |
Taille du Fichier | 40.18 KB |
Nombre d'Installations | 24 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-07-22 |
Date de Publication | 2016-07-21 |
Développeur | Michael Hazani |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://michaelhazani.com |
Langues Prises en Charge | 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" ] } |