Download Tumblr images
One click Tumblr large resolution image download from the context menu.
Qu'est-ce que Download Tumblr images ?
Download Tumblr images est une extension Chrome développée par Zdeněk Gromnica | FutureMillennium, et sa fonction principale est "One click Tumblr large resolution image download from the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Tumblr images
Téléchargez les fichiers d'extension Download Tumblr images au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Download Tumblr images |
ID | fpojonadgdgbdcliijkjibcapfbmllod |
URL Officiel | https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod |
Description | One click Tumblr large resolution image download from the context menu. |
Taille du Fichier | 8.01 KB |
Nombre d'Installations | 5,322 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-08-12 |
Date de Publication | 2018-08-12 |
Évaluation | 3.15/5 Total 20 Évaluations |
Développeur | Zdeněk Gromnica | FutureMillennium |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.patreon.com/FutureMillennium |
Langues Prises en Charge | 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" ] } |