Feeling the Love

Add Falling In Love to any web site

Was ist Feeling the Love?

Feeling the Love ist eine Chrome-Erweiterung, die von romkey entwickelt wurde, und ihr Hauptmerkmal ist "Add Falling In Love to any web site".

Erweiterungsscreenshots

screenshot

Feeling the Love-Erweiterungs-CRX-Datei herunterladen

Laden Sie Feeling the Love-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
Offizielle URL https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Beschreibung Add Falling In Love to any web site
Dateigröße 60.37 KB
Installationsanzahl 54
Aktuelle Version 1.0
Letztes Update 2013-02-14
Veröffentlichungsdatum 2013-02-14
Bewertung 2.40/5 Insgesamt 5 Bewertungen
Entwickler romkey
Zahlungsart free
Erweiterungswebsite https://github.com/romkey/FeelingTheLove
Unterstützte Sprachen 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"
            ]
        }
    ]
}