TheOatmeal Comic Downloader
Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image
TheOatmeal Comic Downloaderคืออะไร?
TheOatmeal Comic Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Mirea และคุณลักษณะหลักของมันคือ "Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TheOatmeal Comic Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |