imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
imgur heart là gì?
imgur heart là một tiện ích mở rộng Chrome được phát triển bởi from-nibly, và tính năng chính của nó là "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng imgur heart
Tải xuống các tệp mở rộng imgur heart 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
URL Chính Thức | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
Mô tả | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 1.18 |
Cập Nhật Lần Cuối | 2015-06-11 |
Ngày Phát Hành | 2015-06-11 |
Đánh Giá | 4.95/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | from-nibly |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://fromnibly.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |