Feeling the Love

Add Falling In Love to any web site

Qu'est-ce que Feeling the Love ?

Feeling the Love est une extension Chrome développée par romkey, et sa fonction principale est "Add Falling In Love to any web site".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Feeling the Love

Téléchargez les fichiers d'extension Feeling the Love au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
URL Officiel https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Description Add Falling In Love to any web site
Taille du Fichier 60.37 KB
Nombre d'Installations 54
Version Actuelle 1.0
Dernière Mise à Jour 2013-02-14
Date de Publication 2013-02-14
Évaluation 2.40/5 Total 5 Évaluations
Développeur romkey
Type de Paiement free
Site Web de l'Extension https://github.com/romkey/FeelingTheLove
Langues Prises en Charge 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"
            ]
        }
    ]
}