Flying Unicorn

Inserts a unicorn into your page!

Was ist Flying Unicorn?

Flying Unicorn ist eine Chrome-Erweiterung, die von justintieu entwickelt wurde, und ihr Hauptmerkmal ist "Inserts a unicorn into your page!".

Erweiterungsscreenshots

screenshot

Flying Unicorn-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flying Unicorn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Flying Unicorn Flying Unicorn
ID cdedcjjdfckjnageanlcifalkpnjdbpg
Offizielle URL https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg
Beschreibung Inserts a unicorn into your page!
Dateigröße 43.64 KB
Installationsanzahl 1,220
Aktuelle Version 0.0.3
Letztes Update 2017-12-14
Veröffentlichungsdatum 2017-12-14
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler justintieu
Zahlungsart free
Erweiterungswebsite https://github.com/justintieu/flying-unicorn/
Hilfeseite URL https://github.com/justintieu/flying-unicorn/
Unterstützte Sprachen 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"
}