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 |
官方網址 | 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" ] } |