Web Store Redirector
Redirect from main page Chrome Web Store to extensions or themes section.
Web Store Redirectorとは何ですか?
Web Store Redirectorはhttp://www.extensions-for-chrome.comによって開発されたChromeの拡張機能で、その主な機能は「Redirect from main page Chrome Web Store to extensions or themes section.」です。
拡張機能のスクリーンショット
Web Store Redirector拡張機能のCRXファイルをダウンロード
Web Store Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.
拡張機能の基本情報
名前 | |
ID | bffpbfkhfnmmceobpkjnkfehifbjbjoe |
公式URL | https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe |
説明 | Redirect from main page Chrome Web Store to extensions or themes section. |
ファイルサイズ | 54.21 KB |
インストール数 | 21 |
現在のバージョン | 1.0 |
最終更新日 | 2013-09-21 |
公開日 | 2013-09-21 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | http://www.extensions-for-chrome.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Store Redirector", "description": "Redirect from main page Chrome Web Store to extensions or themes section.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |