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 |
官方網址 | 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 |
電子郵箱 | [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" } } |