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 |
电子邮箱 | [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" } } |