1 Click Image Downloader
Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.
Wat is 1 Click Image Downloader?
1 Click Image Downloader is een Chrome-extensie ontwikkeld door Tien Nguyen Hoanh, en de belangrijkste functie is "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.".
Extensie Screenshots
Download het CRX-bestand van de extensie 1 Click Image Downloader
Download 1 Click 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
1 Click Image Downloader SHIFT + RIGHT CLICK (hold SHIFT and click on RIGHT CLICK) on the image you want to download. Please do not confuse RIGHT CLICK with LEFT CLICK. Will not download background images. All images will be converted to JPEG format. Hint: To specify where you want to save image, go to chrome://settings/, choose "Show advanced settings", then choose your download location under "Downloads" section. If you get annoyed because of the prompt asking where to save image, untick "Ask where to save each file before downloading" also under the "Downloads" section.
Basisinformatie over de Extensie
Naam | |
ID | jeglddgldjfpimpabgoobkfdhodiolhh |
Officiële URL | https://chrome.google.com/webstore/detail/1-click-image-downloader/jeglddgldjfpimpabgoobkfdhodiolhh |
Beschrijving | Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing. |
Bestandsgrootte | 134 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-08-04 |
Publicatiedatum | 2017-08-04 |
Beoordeling | 2.76/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Tien Nguyen Hoanh |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1 Click Image Downloader", "description": "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery\/jquery-1.11.0.min.js", "libs.js", "main.js" ] } ], "browser_action": { "default_icon": "media\/logo.png" }, "web_accessible_resources": [ "jquery\/jquery-1.11.0.min.js", "jquery\/jquery-1.11.0.min.map", "iframes\/loading.html", "iframes\/error.html", "options\/options.html" ], "options_page": "options\/options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |