Chrome Tab Counter
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Co je Chrome Tab Counter?
Chrome Tab Counter je rozšíření Chrome vyvinuté https://fero8.com, a jeho hlavní funkcí je „Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chrome Tab Counter
Stáhněte si soubory rozšíření Chrome Tab Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. NEW in latest update: * show counter of tabs in the currently open window * shows counter of currently open windows * ability to change the icon background color Features * Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs * Multiple Chrome windows supported * Tweet your stats & share on Facebook * Extension does not track your browsing history or any other personal data This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here: https://github.com/fero8/chrome-tab-counter
Základní Informace o Rozšíření
Název | Chrome Tab Counter |
ID | fhnegjjodccfaliddboelcleikbmapik |
Oficiální URL | https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik |
Popis | Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs. |
Velikost souboru | 50.21 KB |
Počet instalací | 20,000 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2022-06-16 |
Datum Vydání | 2020-04-22 |
Hodnocení | 4.34/5 Celkem 35 Hodnocení |
Vývojář | https://fero8.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Tab Counter", "version": "1.2.2", "manifest_version": 2, "description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.", "browser_action": { "default_name": "Chrome Tab Counter", "default_icon": "icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "prototype.js", "scripts.js", "bg.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [] } |