POWr Extension Cord
The easy way to install POWr Plugins
What is POWr Extension Cord?
POWr Extension Cord is a Chrome extension developed by http://powr.io, and its main feature is "The easy way to install POWr Plugins".
Extension Screenshots
Download POWr Extension Cord Extension CRX File
Download POWr Extension Cord extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ofefmfemmcoaejoigijghpealelmjocc |
Official URL | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
Description | The easy way to install POWr Plugins |
File Size | 55 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2015-08-27 |
Publish Date | 2015-08-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://powr.io |
Payment Type | free |
Extension Website | https://www.powr.io/ |
Supported Languages | 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" } } |