Search Google Image
Search Google Image for the selected text
Was ist Search Google Image?
Search Google Image ist eine Chrome-Erweiterung, die von Quy Nguyen entwickelt wurde, und ihr Hauptmerkmal ist "Search Google Image for the selected text".
Erweiterungsscreenshots
Search Google Image-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search Google Image-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kklenaehmadokmlmbehblimejakphfae |
Offizielle URL | https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae |
Beschreibung | Search Google Image for the selected text |
Dateigröße | 111 KB |
Installationsanzahl | 1,678 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-01-01 |
Veröffentlichungsdatum | 2018-01-01 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Quy Nguyen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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]" } ] } |