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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |