POWr Extension Cord
The easy way to install POWr Plugins
POWr Extension Cordとは何ですか?
POWr Extension Cordはhttp://powr.ioによって開発されたChromeの拡張機能で、その主な機能は「The easy way to install POWr Plugins」です。
拡張機能のスクリーンショット
POWr Extension Cord拡張機能のCRXファイルをダウンロード
POWr Extension Cord拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ofefmfemmcoaejoigijghpealelmjocc |
| 公式URL | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
| 説明 | The easy way to install POWr Plugins |
| ファイルサイズ | 55 KB |
| インストール数 | 46 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-08-27 |
| 公開日 | 2015-08-27 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | http://powr.io |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.powr.io/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "POWr Plugins",
"name": "POWr Extension Cord",
"short_name": "POWr Cord",
"description": "The easy way to install POWr Plugins",
"version": "1.0.9",
"version_name": "1.0",
"options_page": "html\/options.html",
"permissions": [
"tabs",
"webRequest",
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.jimdo.com\/*",
"*:\/\/*.squarespace.com\/*",
"*:\/\/*.websitebuilder.godaddy.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/common.js",
"scripts\/injected.js",
"dependencies\/jquery.min.js"
]
},
{
"matches": [
"*:\/\/*.jimdo.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/jimdo.js"
]
},
{
"matches": [
"*:\/\/*.squarespace.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/squarespace.js"
]
},
{
"matches": [
"*:\/\/*.websitebuilder.godaddy.com\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"scripts\/platforms\/godaddy.js"
]
}
],
"web_accessible_resources": [
"dependencies\/jquery.min.js"
],
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "html\/popup.html"
},
"icons": {
"128": "icons\/128-square.png"
},
"background": {
"page": "html\/background.html"
}
} | |