Chrome Extenstions Tab
Open Chrome Extenstions Tab by Click
什么是Chrome Extenstions Tab?
Chrome Extenstions Tab是由https://ragingwind.org开发的Chrome扩展程序,该扩展的主要功能是“Open Chrome Extenstions Tab by Click”。
扩展截图
下载Chrome Extenstions Tab扩展crx文件
下载Chrome Extenstions Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can go chrome://extensions page easily by put icon inside the address bar. i hope to gonna help to extenstions developers.
扩展基本信息
名称 | Chrome Extenstions Tab |
ID | mbmejffgahcfoonikngjakbjndmjbank |
官方URL | https://chromewebstore.google.com/detail/chrome-extenstions-tab/mbmejffgahcfoonikngjakbjndmjbank |
简介 | Open Chrome Extenstions Tab by Click |
文件大小 | 16.64 KB |
安装次数 | 142 |
当前版本 | 0.0.1 |
更新时间 | 2013-02-20 |
上架时间 | 2013-02-19 |
评分 | 5.00/5 共2次评分 |
开发者 | https://ragingwind.org |
付费类型 | free |
支持的语言 | 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" ] } |