Feeling the Love

Add Falling In Love to any web site

Feeling the Love là gì?

Feeling the Love là một tiện ích mở rộng Chrome được phát triển bởi romkey, và tính năng chính của nó là "Add Falling In Love to any web site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Feeling the Love

Tải xuống các tệp mở rộng Feeling the Love dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
URL Chính Thức https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Mô tả Add Falling In Love to any web site
Kích Thước Tệp 60.37 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-02-14
Ngày Phát Hành 2013-02-14
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển romkey
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/romkey/FeelingTheLove
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}