Google Image Downloader
This extension lets you directly download google images.
Wat is Google Image Downloader?
Google Image Downloader is een Chrome-extensie ontwikkeld door Thejus Kayanadath, en de belangrijkste functie is "This extension lets you directly download google images.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Image Downloader
Download Google 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
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
Basisinformatie over de Extensie
Naam | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
Officiële URL | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
Beschrijving | This extension lets you directly download google images. |
Bestandsgrootte | 6.87 KB |
Aantal Installaties | 621 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-11-24 |
Publicatiedatum | 2017-11-24 |
Beoordeling | 1.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Thejus Kayanadath |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Image Downloader", "description": "This extension lets you directly download google images.", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/search?*tbm=isch*", "http:\/\/*\/search?*tbm=isch*" ] } ] } |