POWr Extension Cord
The easy way to install POWr Plugins
Apa itu POWr Extension Cord?
POWr Extension Cord adalah ekstensi Chrome yang dikembangkan oleh http://powr.io, dan fitur utamanya adalah "The easy way to install POWr Plugins".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi POWr Extension Cord
Unduh file ekstensi POWr Extension Cord dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ofefmfemmcoaejoigijghpealelmjocc |
URL Resmi | https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc |
Deskripsi | The easy way to install POWr Plugins |
Ukuran File | 55 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-08-27 |
Tanggal Publikasi | 2015-08-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | http://powr.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.powr.io/ |
Bahasa yang Didukung | 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" } } |