Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Wat is Tab Tally?
Tab Tally is een Chrome-extensie ontwikkeld door Michael Hazani, en de belangrijkste functie is "This extension keeps track of the open tabs and windows you're currently running".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Tally
Download Tab Tally-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
Officiële URL | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Beschrijving | This extension keeps track of the open tabs and windows you're currently running |
Bestandsgrootte | 40.18 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-07-22 |
Publicatiedatum | 2016-07-21 |
Ontwikkelaar | Michael Hazani |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://michaelhazani.com |
Ondersteunde Talen | 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" ] } |