Feeling the Love

Add Falling In Love to any web site

Co je Feeling the Love?

Feeling the Love je rozšíření Chrome vyvinuté romkey, a jeho hlavní funkcí je „Add Falling In Love to any web site“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Feeling the Love

Stáhněte si soubory rozšíření Feeling the Love 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í

                        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.                    

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

Název Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
Oficiální URL https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Popis Add Falling In Love to any web site
Velikost souboru 60.37 KB
Počet instalací 54
Aktuální Verze 1.0
Poslední Aktualizace 2013-02-14
Datum Vydání 2013-02-14
Hodnocení 2.40/5 Celkem 5 Hodnocení
Vývojář romkey
Typ Platby free
Webové stránky Rozšíření https://github.com/romkey/FeelingTheLove
Podporované Jazyky 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"
            ]
        }
    ]
}