Tab Counter
This extension will count and log how many tabs you have open
Vad är Tab Counter?
Tab Counter är en Chrome-tillägg utvecklad av daniel.barry, och dess huvudfunktion är "This extension will count and log how many tabs you have open".
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
Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time Grundläggande Information om Tillägg
| Namn | |
| ID | gnfjchpcjcgjechjnplhablhjdhdimmf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf |
| Beskrivning | This extension will count and log how many tabs you have open |
| Filstorlek | 198 KB |
| Antal Installationer | 53 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2021-03-09 |
| Publiceringsdatum | 2021-03-09 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | daniel.barry |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Counter",
"description": "This extension will count and log how many tabs you have open",
"version": "1.0.2",
"background": {
"scripts": [
"chart.js",
"prototype.js",
"script.js",
"popup.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |