Flying Unicorn
Inserts a unicorn into your page!
Qu'est-ce que Flying Unicorn ?
Flying Unicorn est une extension Chrome développée par justintieu, et sa fonction principale est "Inserts a unicorn into your page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flying Unicorn
Téléchargez les fichiers d'extension Flying Unicorn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Flying Unicorn |
ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
URL Officiel | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
Description | Inserts a unicorn into your page! |
Taille du Fichier | 43.64 KB |
Nombre d'Installations | 1,220 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-12-14 |
Date de Publication | 2017-12-14 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | justintieu |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/justintieu/flying-unicorn/ |
URL de la Page d'Aide | https://github.com/justintieu/flying-unicorn/ |
Langues Prises en Charge | 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" } |