TheOatmeal Comic Downloader

Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image

TheOatmeal Comic Downloader là gì?

TheOatmeal Comic Downloader là một tiện ích mở rộng Chrome được phát triển bởi Stefan Mirea, và tính năng chính của nó là "Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheOatmeal Comic Downloader

Tải xuống các tệp mở rộng TheOatmeal Comic Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheOatmeal Comic Downloader TheOatmeal Comic Downloader
ID dcedeidpcjhinfifepebpednflgnpmeh
URL Chính Thức https://chrome.google.com/webstore/detail/theoatmeal-comic-download/dcedeidpcjhinfifepebpednflgnpmeh
Mô tả Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image
Kích Thước Tệp 28.78 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-02-14
Ngày Phát Hành 2013-02-14
Đánh Giá 2.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Stefan Mirea
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}