Flying Unicorn
Inserts a unicorn into your page!
Τι είναι το Flying Unicorn;
Το Flying Unicorn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον justintieu, και η κύρια λειτουργία του είναι "Inserts a unicorn into your page!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Flying Unicorn
Λήψη αρχείων επέκτασης Flying Unicorn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Click U to add a unicorn into the page. Click C to remove all of the unicorns. You can now configure the unicorn image and which keys are pressed through the options page! I will be providing release notes on my website about any updates I make. If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues
Βασικές Πληροφορίες Επέκτασης
Όνομα | Flying Unicorn |
ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
Επίσημο URL | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
Περιγραφή | Inserts a unicorn into your page! |
Μέγεθος Αρχείου | 43.64 KB |
Αριθμός Εγκαταστάσεων | 1,220 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2017-12-14 |
Ημερομηνία Δημοσίευσης | 2017-12-14 |
Αξιολόγηση | 4.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | justintieu |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/justintieu/flying-unicorn/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/justintieu/flying-unicorn/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flying Unicorn", "version": "0.0.3", "manifest_version": 2, "description": "Inserts a unicorn into your page!", "homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/* ", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "options_page": "src\/options\/index.html" } |