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 |
官方網址 | 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" ] } |