Save to Downloads

An easy way to save images to the Downloads folder.

Vad är Save to Downloads?

Save to Downloads är en Chrome-tillägg utvecklad av Arhey, och dess huvudfunktion är "An easy way to save images to the Downloads folder.".

Tilläggsskärmbilder

screenshot

Ladda ner Save to Downloads-förlängningens CRX-fil

Ladda ner Save to Downloads-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

                        It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.                    

Grundläggande Information om Tillägg

Namn Save to Downloads Save to Downloads
ID ifpepkjeinhcffiikcoiohobillelmha
Officiell webbadress https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha
Beskrivning An easy way to save images to the Downloads folder.
Filstorlek 6.58 KB
Antal Installationer 227
Aktuell Version 0.1.2
Senast Uppdaterad 2019-09-27
Publiceringsdatum 2019-09-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Arhey
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/freearhey/save-to-downloads
Hjälpsida URL https://github.com/freearhey/save-to-downloads/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Downloads",
    "version": "0.1.2",
    "description": "An easy way to save images to the Downloads folder.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}