Image Downloader
Downlosad image in just a click.
Qu'est-ce que Image Downloader ?
Image Downloader est une extension Chrome développée par Anand Sudhanaboina, et sa fonction principale est "Downlosad image in just a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Downloader
Téléchargez les fichiers d'extension Image Downloader 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
Download any image from google chrome in just one click. Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.
Informations de Base sur l'Extension
Nom | |
ID | bopfjfpkjbnoohilihgfjahdkfhnjaig |
URL Officiel | https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig |
Description | Downlosad image in just a click. |
Taille du Fichier | 28.6 KB |
Nombre d'Installations | 3,486 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-07-02 |
Date de Publication | 2020-07-02 |
Évaluation | 3.71/5 Total 17 Évaluations |
Développeur | Anand Sudhanaboina |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/anands/misc |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Downloader", "short_name": "Image Downloader", "version": "1.1.0", "manifest_version": 2, "description": "Downlosad image in just a click.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |