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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download comics from The Oatmeal (http://theoatmeal.com) as a single image"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TheOatmeal Comic Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 :)                    

एक्सटेंशन की मूल जानकारी

नाम TheOatmeal Comic Downloader TheOatmeal Comic Downloader
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"
}