Feeling the Love

Add Falling In Love to any web site

ما هو Feeling the Love؟

Feeling the Love هو إضافة Chrome تم تطويرها بواسطة romkey، والميزة الرئيسية لها هي "Add Falling In Love to any web site".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Feeling the Love

قم بتنزيل ملفات الامتداد Feeling the Love بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
عنوان URL الرسمي https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
الوصف Add Falling In Love to any web site
حجم الملف 60.37 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2013-02-14
تاريخ النشر 2013-02-14
تقييم 2.40/5 مجموع تقييمات 5
المطور romkey
نوع الدفع free
موقع الإضافة https://github.com/romkey/FeelingTheLove
اللغات المدعومة 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"
            ]
        }
    ]
}