Rancorizer
Adds the Starwars Rancor to any page that uses that rare word
Τι είναι το Rancorizer;
Το Rancorizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bloomco Heavy Industries, και η κύρια λειτουργία του είναι "Adds the Starwars Rancor to any page that uses that rare word".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rancorizer
Λήψη αρχείων επέκτασης Rancorizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds the Starwars Rancor to any page that uses that rare word
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rancorizer |
ID | dgblmflhnjgeinapenolaiddnmfioicn |
Επίσημο URL | https://chromewebstore.google.com/detail/rancorizer/dgblmflhnjgeinapenolaiddnmfioicn |
Περιγραφή | Adds the Starwars Rancor to any page that uses that rare word |
Μέγεθος Αρχείου | 503 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2017-07-17 |
Ημερομηνία Δημοσίευσης | 2017-07-16 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Bloomco Heavy Industries |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rancorizer", "version": "1.0.0", "manifest_version": 2, "description": "Adds the Starwars Rancor to any page that uses that rare word", "homepage_url": "https:\/\/bloomjosh.com\/rancorizer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ], "web_accessible_resources": [ "src\/img\/rancor.png", "css\/animate.css" ] } |