Feeling the Love

Add Falling In Love to any web site

¿Qué es Feeling the Love?

Feeling the Love es una extensión de Chrome desarrollada por romkey, y su función principal es "Add Falling In Love to any web site".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Feeling the Love

Descarga archivos de extensión Feeling the Love 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

                        Add slowly falling hearts to any web site on Valentine's Day.

Injects @rfreebern's Falling-in-Love to any web site. See http://blog.rnf.me/Falling-in-Love/

Ryan's code does all the heavy lifting. This extension merely wraps it up and delivers it.

By default you will only see hearts on Valentine's Day. You can change this on the extension's options page.                    

Información Básica de la Extensión

Nombre Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
URL Oficial https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Descripción Add Falling In Love to any web site
Tamaño del Archivo 60.37 KB
Cantidad de Instalaciones 54
Versión Actual 1.0
Última Actualización 2013-02-14
Fecha de Publicación 2013-02-14
Calificación 2.40/5 Total de 5 Calificaciones
Desarrollador romkey
Tipo de Pago free
Sitio Web de la Extensión https://github.com/romkey/FeelingTheLove
Idiomas Soportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feeling the Love",
    "description": "Add Falling In Love to any web site",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "js\/hearts.min.js",
        "js\/jquery-1.9.1.min.js",
        "js\/jquery.serialize-hash.js",
        "js\/feelingthelove.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/hearts.min.js",
                "js\/feelingthelove.js"
            ],
            "css": [
                "css\/hearts.min.css"
            ]
        }
    ]
}