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" ] } |