GetThemAll
Download all the images on a webpage
Co je GetThemAll?
GetThemAll je rozšíření Chrome vyvinuté federerchou, a jeho hlavní funkcí je „Download all the images on a webpage“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GetThemAll
Stáhněte si soubory rozšíření GetThemAll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.
Základní Informace o Rozšíření
Název | |
ID | fhkjfciooifcflkailbnchdaihccdebf |
Oficiální URL | https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf |
Popis | Download all the images on a webpage |
Velikost souboru | 207 KB |
Počet instalací | 31,420 |
Aktuální Verze | 1.2.3 |
Poslední Aktualizace | 2018-01-25 |
Datum Vydání | 2018-01-25 |
Hodnocení | 2.32/5 Celkem 119 Hodnocení |
Vývojář | federerchou |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThemAll", "description": "Download all the images on a webpage", "version": "1.2.3", "author": "[email protected]", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "GetThemAll" }, "background": { "scripts": [ "manager.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads", "file:\/\/*" ] } |