Flying Unicorn

Inserts a unicorn into your page!

¿Qué es Flying Unicorn?

Flying Unicorn es una extensión de Chrome desarrollada por justintieu, y su función principal es "Inserts a unicorn into your page!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Flying Unicorn

Descarga archivos de extensión Flying Unicorn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Flying Unicorn Flying Unicorn
ID cdedcjjdfckjnageanlcifalkpnjdbpg
URL Oficial https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg
Descripción Inserts a unicorn into your page!
Tamaño del Archivo 43.64 KB
Cantidad de Instalaciones 1,220
Versión Actual 0.0.3
Última Actualización 2017-12-14
Fecha de Publicación 2017-12-14
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador justintieu
Tipo de Pago free
Sitio Web de la Extensión https://github.com/justintieu/flying-unicorn/
URL de la Página de Ayuda https://github.com/justintieu/flying-unicorn/
Idiomas Soportados 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"
}