TheOatmeal Comic Downloader
Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image
TheOatmeal Comic Downloader란 무엇입니까?
TheOatmeal Comic Downloader은(는) Stefan Mirea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image"입니다.
확장 프로그램 스크린샷
TheOatmeal Comic Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to instantly download comics from http://theoatmeal.com. Just go to any of the comics on http://theoatmeal.com/comics and click the icon in the address bar (it will appear once you are on the site), give it < 1 second and you are done! Note: I have no association with The Oatmeal. This is something that I found useful for myself when I wanted to have the comics as desktop wallpapers and what-not. All downloaded comics with this app will have The Oatmeal copyright on them :)
확장 프로그램 기본 정보
이름 | |
ID | dcedeidpcjhinfifepebpednflgnpmeh |
공식 URL | https://chrome.google.com/webstore/detail/theoatmeal-comic-download/dcedeidpcjhinfifepebpednflgnpmeh |
설명 | Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image |
파일 크기 | 28.78 KB |
설치 횟수 | 30 |
현재 버전 | 0.5 |
최근 업데이트 | 2013-02-14 |
출시 날짜 | 2013-02-14 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | Stefan Mirea |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/canvas-to-blob.js", "js\/getComic.js" ], "matches": [ "http:\/\/theoatmeal.com\/comics\/*" ], "run_at": "document_idle" } ], "description": "Allows you to download comics from The Oatmeal (http:\/\/theoatmeal.com) as a single image", "icons": { "128": "images\/logo_128.png", "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png" }, "manifest_version": 2, "name": "TheOatmeal Comic Downloader", "options_page": "options.html", "page_action": { "default_icon": "images\/logo_32.png" }, "permissions": [ "tabs", "http:\/\/theoatmeal.com\/*", "http:\/\/*.amazonaws.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5" } |