Feeling the Love

Add Falling In Love to any web site

什麼是Feeling the Love?

Feeling the Love是由romkey開發的Chrome擴展程式,該擴展的主要功能是“Add Falling In Love to any web site”。

擴展截圖

screenshot

下載Feeling the Love擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}