get the image!
This allows you to download a batch zip of images from a web page's documentation and css.
Was ist get the image!?
get the image! ist eine Chrome-Erweiterung, die von kapy entwickelt wurde, und ihr Hauptmerkmal ist "This allows you to download a batch zip of images from a web page's documentation and css.".
Erweiterungsscreenshots
get the image!-Erweiterungs-CRX-Datei herunterladen
Laden Sie get the image!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Are you a web developer? Have you ever thought, "I want to copy a cool LP" or "I want to know the total number of images used"? This extension allows you to download a batch zip file of all the images used in an open page. It's an extension, so you don't need to worry about compatibility. Happy development life! Attention! The acceptability of files from other than the same domain depends on the server settings. Also, among the html attributes, the following four types are supported by default. For any other attributes you wish to obtain, please enter them in the text box. - src - srcset - data-src - data-srcset
Grundlegende Informationen zur Erweiterung
Name | get the image! |
ID | pbpnjlcchelkilcpkamkonhgpacjbibc |
Offizielle URL | https://chromewebstore.google.com/detail/get-the-image/pbpnjlcchelkilcpkamkonhgpacjbibc |
Beschreibung | This allows you to download a batch zip of images from a web page's documentation and css. |
Dateigröße | 108 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-10-14 |
Veröffentlichungsdatum | 2021-09-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | kapy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "get the image!", "version": "1.1.0", "manifest_version": 2, "description": "This allows you to download a batch zip of images from a web page's documentation and css.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "img\/240770894_197005722494949_3678857227278718278_n.png", "48": "img\/240770894_197005722494949_3678857227278718278_n.png", "128": "img\/240770894_197005722494949_3678857227278718278_n.png" }, "permissions": [ "http:\/\/*\/*\/", "https:\/\/*\/*\/" ], "content_scripts": [ { "js": [ "content_script.js", "jszip.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |