Save Image to Downloads
Save images to the Download folder without the nagging 'Save As' dialog.
Co to jest Save Image to Downloads?
Save Image to Downloads to rozszerzenie Chrome opracowane przez posidron, a jego główną funkcją jest „Save images to the Download folder without the nagging 'Save As' dialog.”.
Zrzuty ekranu rozszerzenia
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 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bpgoliohmhlcfconjgecnkobjengecpk |
Oficjalny URL | https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk |
Opis | Save images to the Download folder without the nagging 'Save As' dialog. |
Rozmiar pliku | 21.79 KB |
Liczba instalacji | 94 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-02-12 |
Data Publikacji | 2020-02-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | posidron |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |