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