Tab Counter
Keeps a running count of open tabs and windows.
Wat is Tab Counter?
Tab Counter is een Chrome-extensie ontwikkeld door nog642, en de belangrijkste functie is "Keeps a running count of open tabs and windows.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Counter
Download Tab Counter-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
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
Basisinformatie over de Extensie
Naam | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
Officiële URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Beschrijving | Keeps a running count of open tabs and windows. |
Bestandsgrootte | 7.97 KB |
Aantal Installaties | 192 |
Huidige Versie | 0.4.5.0 |
Laatst Bijgewerkt | 2021-04-28 |
Publicatiedatum | 2021-04-25 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nog642 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/nog642/chrome-tab-counter |
Help Pagina-URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |