reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
Τι είναι το reShape - Craigslist;
Το reShape - Craigslist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον saoron, και η κύρια λειτουργία του είναι "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης reShape - Craigslist
Λήψη αρχείων επέκτασης reShape - Craigslist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org a new look. Please send your feedback to [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | reShape - Craigslist |
ID | cgfgpklfbmmflakiadcefbjmokalnghm |
Επίσημο URL | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
Περιγραφή | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
Μέγεθος Αρχείου | 1.1 MB |
Αριθμός Εγκαταστάσεων | 117 |
Τρέχουσα Έκδοση | 0.1.8 |
Τελευταία Ενημέρωση | 2015-11-25 |
Ημερομηνία Δημοσίευσης | 2015-11-25 |
Αξιολόγηση | 3.44/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | saoron |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reShape - Craigslist", "version": "0.1.8", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Make the web less noisy", "default_popup": "html\/popup.html" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.co.kr\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.com.au\/*", "*:\/\/*.craigslist.com.ca\/*", "*:\/\/*.craigslist.ca\/*" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/bootstrap.min.js", "js\/libs\/bootstrap-select.js", "js\/content.js" ], "css": [ "css\/font-awesome.css", "css\/bootstrap.min.css", "css\/bootstrap-select.min.css", "css\/awesome-bootstrap-checkbox.css", "css\/common.css" ] } ], "options_page": "html\/options.html", "devtools_page": "html\/devtools.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |