Tab Counter
Keeps a running count of open tabs and windows.
Vad är Tab Counter?
Tab Counter är en Chrome-tillägg utvecklad av nog642, och dess huvudfunktion är "Keeps a running count of open tabs and windows.".
Tilläggsskärmbilder
Ladda ner Tab Counter-förlängningens CRX-fil
Ladda ner Tab Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Beskrivning | Keeps a running count of open tabs and windows. |
Filstorlek | 7.97 KB |
Antal Installationer | 192 |
Aktuell Version | 0.4.5.0 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2021-04-25 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | nog642 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gitlab.com/nog642/chrome-tab-counter |
Hjälpsida URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Stödda Språk | 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" ] } |