Flying Unicorn

Inserts a unicorn into your page!

Co je Flying Unicorn?

Flying Unicorn je rozšíření Chrome vyvinuté justintieu, a jeho hlavní funkcí je „Inserts a unicorn into your page!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Flying Unicorn

Stáhněte si soubory rozšíření Flying Unicorn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Flying Unicorn Flying Unicorn
ID cdedcjjdfckjnageanlcifalkpnjdbpg
Oficiální URL https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg
Popis Inserts a unicorn into your page!
Velikost souboru 43.64 KB
Počet instalací 1,220
Aktuální Verze 0.0.3
Poslední Aktualizace 2017-12-14
Datum Vydání 2017-12-14
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář justintieu
Typ Platby free
Webové stránky Rozšíření https://github.com/justintieu/flying-unicorn/
URL Stránky Nápovědy https://github.com/justintieu/flying-unicorn/
Podporované Jazyky 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"
}