Chrome Extenstions Tab
Open Chrome Extenstions Tab by Click
What is Chrome Extenstions Tab?
Chrome Extenstions Tab is a Chrome extension developed by https://ragingwind.org, and its main feature is "Open Chrome Extenstions Tab by Click".
Extension Screenshots
Download Chrome Extenstions Tab Extension CRX File
Download Chrome Extenstions Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can go chrome://extensions page easily by put icon inside the address bar. i hope to gonna help to extenstions developers.
Extension Basic Information
Name | Chrome Extenstions Tab |
ID | mbmejffgahcfoonikngjakbjndmjbank |
Official URL | https://chromewebstore.google.com/detail/chrome-extenstions-tab/mbmejffgahcfoonikngjakbjndmjbank |
Description | Open Chrome Extenstions Tab by Click |
File Size | 16.64 KB |
Installation Count | 142 |
Current Version | 0.0.1 |
Last Updated | 2013-02-20 |
Publish Date | 2013-02-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://ragingwind.org |
Payment Type | free |
Supported Languages | 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" ] } |