Flying Unicorn
Inserts a unicorn into your page!
Wat is Flying Unicorn?
Flying Unicorn is een Chrome-extensie ontwikkeld door justintieu, en de belangrijkste functie is "Inserts a unicorn into your page!".
Extensie Screenshots
Download het CRX-bestand van de extensie Flying Unicorn
Download Flying Unicorn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | cdedcjjdfckjnageanlcifalkpnjdbpg | 
| Officiële URL | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg | 
| Beschrijving | Inserts a unicorn into your page! | 
| Bestandsgrootte | 43.64 KB | 
| Aantal Installaties | 1,220 | 
| Huidige Versie | 0.0.3 | 
| Laatst Bijgewerkt | 2017-12-14 | 
| Publicatiedatum | 2017-12-14 | 
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | justintieu | 
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/justintieu/flying-unicorn/ | 
| Help Pagina-URL | https://github.com/justintieu/flying-unicorn/ | 
| Ondersteunde Talen | 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"
}  |  |