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" ] } |