Image Downloader
Downlosad image in just a click.
Wat is Image Downloader?
Image Downloader is een Chrome-extensie ontwikkeld door Anand Sudhanaboina, en de belangrijkste functie is "Downlosad image in just a click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Downloader
Download Image Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bopfjfpkjbnoohilihgfjahdkfhnjaig |
Officiële URL | https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig |
Beschrijving | Downlosad image in just a click. |
Bestandsgrootte | 28.6 KB |
Aantal Installaties | 3,486 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-07-02 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 3.71/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Anand Sudhanaboina |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/anands/misc |
Ondersteunde Talen | 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" ] } } |