Too Many Tabs
Warns you when you have too many tabs open.
Wat is Too Many Tabs?
Too Many Tabs is een Chrome-extensie ontwikkeld door simonturner34, en de belangrijkste functie is "Warns you when you have too many tabs open.".
Extensie Screenshots
Download het CRX-bestand van de extensie Too Many Tabs
Download Too Many Tabs-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
Basisinformatie over de Extensie
Naam | |
ID | mflaafpnchlaogehgbdbjjcohbgdbmdm |
Officiële URL | https://chromewebstore.google.com/detail/too-many-tabs/mflaafpnchlaogehgbdbjjcohbgdbmdm |
Beschrijving | Warns you when you have too many tabs open. |
Bestandsgrootte | 65.29 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-06-30 |
Publicatiedatum | 2016-06-30 |
Ontwikkelaar | simonturner34 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Too Many Tabs", "description": "Warns you when you have too many tabs open.", "version": "1.0.1", "options_page": "options.html", "background": { "scripts": [ "tabevent.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |