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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |