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文件
下載TheOatmeal Comic Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |