Google Image Downloader
This extension lets you directly download google images.
Vad är Google Image Downloader?
Google Image Downloader är en Chrome-tillägg utvecklad av Thejus Kayanadath, och dess huvudfunktion är "This extension lets you directly download google images.".
Tilläggsskärmbilder
Ladda ner Google Image Downloader-förlängningens CRX-fil
Ladda ner Google Image Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
Grundläggande Information om Tillägg
Namn | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
Beskrivning | This extension lets you directly download google images. |
Filstorlek | 6.87 KB |
Antal Installationer | 621 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2017-11-24 |
Publiceringsdatum | 2017-11-24 |
Betyg | 1.91/5 Totalt 11 Betyg |
Utvecklare | Thejus Kayanadath |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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*" ] } ] } |