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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}