Tabs count
Counts the number of open browser tabs
Wat is Tabs count?
Tabs count is een Chrome-extensie ontwikkeld door Kanban Labs, en de belangrijkste functie is "Counts the number of open browser tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabs count
Download Tabs count-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
A very simple extension that gives you the number of currently opened tabs and windows.
Check the source code yourself! https://github.com/kanban-labs/tabs-count Basisinformatie over de Extensie
| Naam | |
| ID | iaejhlgcnijhbdilicmoinmiofldhpke |
| Officiële URL | https://chromewebstore.google.com/detail/tabs-count/iaejhlgcnijhbdilicmoinmiofldhpke |
| Beschrijving | Counts the number of open browser tabs |
| Bestandsgrootte | 6.83 KB |
| Aantal Installaties | 168 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-09-15 |
| Publicatiedatum | 2022-09-14 |
| Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Kanban Labs |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://kanban.ee |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabs count",
"version": "1.0.1",
"manifest_version": 3,
"description": "Counts the number of open browser tabs",
"action": {
"default_title": "Tab count",
"default_icon": "icons\/icon-48x48.png"
},
"permissions": [
"notifications"
],
"icons": {
"48": "icons\/icon-48x48.png",
"144": "icons\/icon-144x144.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self';"
},
"background": {
"service_worker": "js\/background.js"
}
} | |