Image Fetcher
Download all the images in the whole page by just one click!
Co to jest Image Fetcher?
Image Fetcher to rozszerzenie Chrome opracowane przez https://www.nzfun.cn, a jego główną funkcją jest „Download all the images in the whole page by just one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Fetcher
Pobierz pliki rozszerzeń Image Fetcher 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bpjjmpophdipjaenolmhckclbgidbbao |
Oficjalny URL | https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao |
Opis | Download all the images in the whole page by just one click! |
Rozmiar pliku | 1.24 MB |
Liczba instalacji | 48 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-07-22 |
Data Publikacji | 2018-07-22 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.nzfun.cn |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.nzfun.cn |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Image Fetcher" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/fetch.js" ], "description": "Download all the images in the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Image Fetcher", "permissions": [ "downloads", "contextMenus" ], "version": "1.0" } |