Chrome Extenstions Tab
Open Chrome Extenstions Tab by Click
Wat is Chrome Extenstions Tab?
Chrome Extenstions Tab is een Chrome-extensie ontwikkeld door https://ragingwind.org, en de belangrijkste functie is "Open Chrome Extenstions Tab by Click".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Extenstions Tab
Download Chrome Extenstions Tab-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
You can go chrome://extensions page easily by put icon inside the address bar. i hope to gonna help to extenstions developers.
Basisinformatie over de Extensie
Naam | Chrome Extenstions Tab |
ID | mbmejffgahcfoonikngjakbjndmjbank |
Officiële URL | https://chromewebstore.google.com/detail/chrome-extenstions-tab/mbmejffgahcfoonikngjakbjndmjbank |
Beschrijving | Open Chrome Extenstions Tab by Click |
Bestandsgrootte | 16.64 KB |
Aantal Installaties | 142 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2013-02-20 |
Publicatiedatum | 2013-02-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://ragingwind.org |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "128": "icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "icon-19.png" }, "default_title": "Chrome Extensions Tab" }, "permissions": [ "tabs" ] } |