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 |
公式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" } |