Flying Unicorn
Inserts a unicorn into your page!
Cos'è Flying Unicorn?
Flying Unicorn è un'estensione di Chrome sviluppata da justintieu, e la sua funzione principale è "Inserts a unicorn into your page!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flying Unicorn
Scarica i file di estensione Flying Unicorn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Flying Unicorn |
ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
URL Ufficiale | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
Descrizione | Inserts a unicorn into your page! |
Dimensione del File | 43.64 KB |
Conteggio Installazioni | 1,220 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2017-12-14 |
Data di Pubblicazione | 2017-12-14 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | justintieu |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/justintieu/flying-unicorn/ |
URL della Pagina di Aiuto | https://github.com/justintieu/flying-unicorn/ |
Lingue Supportate | 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" } |