POWr Extension Cord
The easy way to install POWr Plugins
Cos'è POWr Extension Cord?
POWr Extension Cord è un'estensione di Chrome sviluppata da http://powr.io, e la sua funzione principale è "The easy way to install POWr Plugins".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione POWr Extension Cord
Scarica i file di estensione POWr Extension Cord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | ofefmfemmcoaejoigijghpealelmjocc |
URL Ufficiale | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
Descrizione | The easy way to install POWr Plugins |
Dimensione del File | 55 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-08-27 |
Data di Pubblicazione | 2015-08-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://powr.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.powr.io/ |
Lingue Supportate | 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" } } |