GetThemAll
Download all the images on a webpage
Qu'est-ce que GetThemAll ?
GetThemAll est une extension Chrome développée par federerchou, et sa fonction principale est "Download all the images on a webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetThemAll
Téléchargez les fichiers d'extension GetThemAll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fhkjfciooifcflkailbnchdaihccdebf |
URL Officiel | https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf |
Description | Download all the images on a webpage |
Taille du Fichier | 207 KB |
Nombre d'Installations | 31,420 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Évaluation | 2.32/5 Total 119 Évaluations |
Développeur | federerchou |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*" ] } |