POWr Extension Cord
The easy way to install POWr Plugins
Τι είναι το POWr Extension Cord;
Το POWr Extension Cord είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://powr.io, και η κύρια λειτουργία του είναι "The easy way to install POWr Plugins".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης POWr Extension Cord
Λήψη αρχείων επέκτασης 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" } } |