Tab Tally
This extension keeps track of the open tabs and windows you're currently running
Co to jest Tab Tally?
Tab Tally to rozszerzenie Chrome opracowane przez Michael Hazani, a jego główną funkcją jest „This extension keeps track of the open tabs and windows you're currently running”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Tally
Pobierz pliki rozszerzeń Tab Tally w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
Opis | This extension keeps track of the open tabs and windows you're currently running |
Rozmiar pliku | 40.18 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-07-22 |
Data Publikacji | 2016-07-21 |
Deweloper | Michael Hazani |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://michaelhazani.com |
Obsługiwane Języki | 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" ] } |