Download Tumblr images
One click Tumblr large resolution image download from the context menu.
什么是Download Tumblr images?
Download Tumblr images是由Zdeněk Gromnica | FutureMillennium开发的Chrome扩展程序,该扩展的主要功能是“One click Tumblr large resolution image download from the context menu.”。
扩展截图
下载Download Tumblr images扩展crx文件
下载Download Tumblr images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Works on any image hosted on Tumblr.com. This used to download “raw” (full resolution) images, until Tumblr has disabled access to those. This extension does not contain any malicious or tracking code. No viruses. No ads. Only good software. Consider supporting on Patreon: https://www.patreon.com/FutureMillennium
扩展基本信息
名称 | Download Tumblr images |
ID | fpojonadgdgbdcliijkjibcapfbmllod |
官方URL | https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod |
简介 | One click Tumblr large resolution image download from the context menu. |
文件大小 | 8.01 KB |
安装次数 | 5,322 |
当前版本 | 1.1.0 |
更新时间 | 2018-08-12 |
上架时间 | 2018-08-12 |
评分 | 3.15/5 共20次评分 |
开发者 | Zdeněk Gromnica | FutureMillennium |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.patreon.com/FutureMillennium |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Tumblr images", "version": "1.1.0", "description": "One click Tumblr large resolution image download from the context menu.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "downloads", "contextMenus" ] } |