imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
什么是imgur heart?
imgur heart是由from-nibly开发的Chrome扩展程序,该扩展的主要功能是“Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love”。
扩展截图
下载imgur heart扩展crx文件
下载imgur heart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Other Features Adds tags to bottom bar. Adds upvote bar with optional inline vote statistics. Op is a ___ feature where you can change OP to whatever you want. Can change the imgur site text color.
扩展基本信息
名称 | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
官方URL | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
简介 | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
文件大小 | 186 KB |
安装次数 | 90 |
当前版本 | 1.18 |
更新时间 | 2015-06-11 |
上架时间 | 2015-06-11 |
评分 | 4.95/5 共20次评分 |
开发者 | from-nibly |
付费类型 | free |
扩展官网 | http://fromnibly.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgur heart", "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love", "version": "1.18", "options_page": "options\/options.html", "permissions": [ "storage" ], "icons": { "128": "img\/bigicon.png" }, "options_ui": { "page": "options\/options.html" }, "browser_action": { "name": "bring back heart", "icons": [ "img\/icon.png" ], "default_icon": "img\/icon.png" }, "background": { "scripts": [ "lib\/js\/jquery.js", "options\/event.js" ], "persistent": false }, "content_scripts": [ { "css": [ "background\/background.css", "lib\/css\/bootstrap.css" ], "js": [ "lib\/js\/jquery.js", "background\/background.js", "lib\/js\/bootstrap.min.js" ], "matches": [ "http:\/\/imgur.com\/gallery\/*", "https:\/\/imgur.com\/gallery\/*", "http:\/\/*.imgur.com\/gallery\/*", "https:\/\/*.imgur.com\/gallery\/*", "http:\/\/imgur.com\/t\/*\/*", "https:\/\/imgur.com\/t\/*\/*", "http:\/\/*.imgur.com\/t\/*\/*", "https:\/\/*.imgur.com\/t\/*\/*", "http:\/\/imgur.com\/topic\/*\/*", "https:\/\/imgur.com\/topic\/*\/*", "http:\/\/*.imgur.com\/topic\/*\/*", "https:\/\/*.imgur.com\/topic\/*\/*", "http:\/\/anton-portfolio.info\/*" ] } ], "web_accessible_resources": [ "img\/sprites.png", "css\/greenheart.css" ] } |