IMAGE DOWNLOADER
Browse and download images on a web page.
Co to jest IMAGE DOWNLOADER?
IMAGE DOWNLOADER to rozszerzenie Chrome opracowane przez htaigen, a jego główną funkcją jest „Browse and download images on a web page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IMAGE DOWNLOADER
Pobierz pliki rozszerzeń IMAGE DOWNLOADER 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
IMAGE DOWNLOADER
See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
| Oficjalny URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
| Opis | Browse and download images on a web page. |
| Rozmiar pliku | 883 KB |
| Liczba instalacji | 2,521 |
| Aktualna Wersja | 2.4.0 |
| Ostatnia Aktualizacja | 2021-06-27 |
| Data Publikacji | 2019-12-11 |
| Ocena | 4.08/5 Łącznie 12 Oceny |
| Deweloper | htaigen |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://hatai.github.io/image-downloader/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMAGE DOWNLOADER",
"short_name": "IMG DOWNLOADER",
"description": "Browse and download images on a web page.",
"version": "2.4.0",
"minimum_chrome_version": "60",
"manifest_version": 2,
"author": "hatai",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"browser_action": {
"default_icon": "\/icons\/icon_128.png",
"default_popup": "index.html"
},
"icons": {
"16": "\/icons\/icon_16.png",
"48": "\/icons\/icon_48.png",
"128": "\/icons\/icon_128.png"
},
"web_accessible_resources": [
"\/images\/open.png",
"\/images\/download.png"
],
"background": {
"scripts": [
"\/scripts\/background.js"
],
"persistent": false
}
} | |