POWr Extension Cord
The easy way to install POWr Plugins
Hvad er POWr Extension Cord?
POWr Extension Cord er en Chrome-udvidelse udviklet af http://powr.io, og dens hovedfunktion er "The easy way to install POWr Plugins".
Udvidelsesskærmbilleder
Download POWr Extension Cord-udvidelses-CRX-fil
Download POWr Extension Cord-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ofefmfemmcoaejoigijghpealelmjocc |
Officiel URL | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
Beskrivelse | The easy way to install POWr Plugins |
Filstørrelse | 55 KB |
Antal Installationer | 46 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-08-27 |
Udgivelsesdato | 2015-08-27 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://powr.io |
Betalingsmetode | free |
Udvidelseswebsted | https://www.powr.io/ |
Understøttede Sprog | 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" } } |