Get Tmbl Image
Easy loading of jpg image from image page on Tumblr
Get Tmbl Imageとは何ですか?
Get Tmbl ImageはGennady Chugrinによって開発されたChromeの拡張機能で、その主な機能は「Easy loading of jpg image from image page on Tumblr」です。
Get Tmbl Image拡張機能のCRXファイルをダウンロード
Get Tmbl Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you are viewing image page on Tumblr ( for ex. like this https://cabin-porn.tumblr.com/post/159951690523) and there is a one image on this page and you want to save this image to your HDD ... just press the button of this extension.
拡張機能の基本情報
名前 | Get Tmbl Image |
ID | jipimhonlfmehelndpbmbbpipcampbjb |
公式URL | https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb |
説明 | Easy loading of jpg image from image page on Tumblr |
ファイルサイズ | 18.97 KB |
インストール数 | 72 |
現在のバージョン | 1.0 |
最終更新日 | 2017-04-25 |
公開日 | 2017-04-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Gennady Chugrin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Tmbl Image", "description": "Easy loading of jpg image from image page on Tumblr", "version": "1.0", "background": { "scripts": [ "popup.js" ] }, "browser_action": [], "permissions": [ "activeTab", "tabs", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "res\/img\/icon16.png", "48": "res\/img\/icon48.png", "128": "res\/img\/icon128.png" } } |