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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}