Download Tumblr images

One click Tumblr large resolution image download from the context menu.

Vad är Download Tumblr images?

Download Tumblr images är en Chrome-tillägg utvecklad av Zdeněk Gromnica | FutureMillennium, och dess huvudfunktion är "One click Tumblr large resolution image download from the context menu.".

Tilläggsskärmbilder

screenshot

Ladda ner Download Tumblr images-förlängningens CRX-fil

Ladda ner Download Tumblr images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Download Tumblr images Download Tumblr images
ID fpojonadgdgbdcliijkjibcapfbmllod
Officiell webbadress https://chromewebstore.google.com/detail/download-tumblr-images/fpojonadgdgbdcliijkjibcapfbmllod
Beskrivning One click Tumblr large resolution image download from the context menu.
Filstorlek 8.01 KB
Antal Installationer 5,322
Aktuell Version 1.1.0
Senast Uppdaterad 2018-08-12
Publiceringsdatum 2018-08-12
Betyg 3.15/5 Totalt 20 Betyg
Utvecklare Zdeněk Gromnica | FutureMillennium
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.patreon.com/FutureMillennium
Stödda Språk 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"
    ]
}