Down all images!
Downloads all images on the current website to your computer.
Vad är Down all images!?
Down all images! är en Chrome-tillägg utvecklad av Kevin Roos, och dess huvudfunktion är "Downloads all images on the current website to your computer.".
Tilläggsskärmbilder
Ladda ner Down all images!-förlängningens CRX-fil
Ladda ner Down all images!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
✔ Displays the number of images on the current website
✔ Downloads all of them with one click to a ZIP folder
If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description):
https://github.com/Rookev/ImageDownloader
Have fun, rate this extension and let me know your feedback! Grundläggande Information om Tillägg
| Namn | |
| ID | hhmmkooabfefibpnhfbblbajfccfoilp |
| Officiell webbadress | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
| Beskrivning | Downloads all images on the current website to your computer. |
| Filstorlek | 68.36 KB |
| Antal Installationer | 484 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2015-04-23 |
| Publiceringsdatum | 2015-04-22 |
| Betyg | 2.67/5 Totalt 6 Betyg |
| Utvecklare | Kevin Roos |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Rookev/ImageDownloader |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Down all images!",
"description": "Downloads all images on the current website to your computer.",
"version": "1.0.0",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html",
"default_title": "Down all images!"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |