Search Google Image
Search Google Image for the selected text
Wat is Search Google Image?
Search Google Image is een Chrome-extensie ontwikkeld door Quy Nguyen, en de belangrijkste functie is "Search Google Image for the selected text".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Google Image
Download Search Google Image-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
Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.
Basisinformatie over de Extensie
Naam | |
ID | kklenaehmadokmlmbehblimejakphfae |
Officiële URL | https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae |
Beschrijving | Search Google Image for the selected text |
Bestandsgrootte | 111 KB |
Aantal Installaties | 1,678 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-01-01 |
Publicatiedatum | 2018-01-01 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Quy Nguyen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Google Image", "version": "1.1", "manifest_version": 2, "description": "Search Google Image for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "google_image.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |