Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Co je Save Image to Downloads?

Save Image to Downloads je rozšíření Chrome vyvinuté posidron, a jeho hlavní funkcí je „Save images to the Download folder without the nagging 'Save As' dialog.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Save Image to Downloads

Stáhněte si soubory rozšíření Save Image to Downloads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

Základní Informace o Rozšíření

Název Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
Oficiální URL https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
Popis Save images to the Download folder without the nagging 'Save As' dialog.
Velikost souboru 21.79 KB
Počet instalací 94
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-02-12
Datum Vydání 2020-02-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář posidron
E-mail [email protected]
Typ Platby free
Podporované Jazyky de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}