Save Image to Downloads

Adds a right-click direct download item for images, like Safari.

Co to jest Save Image to Downloads?

Save Image to Downloads to rozszerzenie Chrome opracowane przez Urban Apps, a jego główną funkcją jest „Adds a right-click direct download item for images, like Safari.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Save Image to Downloads

Pobierz pliki rozszerzeń Save Image to Downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web.

Safari has this built in, and it was the first thing I missed when making the switch to Chrome.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
Oficjalny URL https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
Opis Adds a right-click direct download item for images, like Safari.
Rozmiar pliku 21.46 KB
Liczba instalacji 27,101
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2014-08-04
Data Publikacji 2014-08-04
Ocena 3.73/5 Łącznie 238 Oceny
Deweloper Urban Apps
Typ Płatności free
Strona Rozszerzenia http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image to Downloads",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Adds a right-click direct download item for images, like Safari.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "save_to_downloads.js"
        ]
    }
}