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 |
Eメール | [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" ] } |