Search Google Image
Search Google Image for the selected text
What is Search Google Image?
Search Google Image is a Chrome extension developed by Quy Nguyen, and its main feature is "Search Google Image for the selected text".
Extension Screenshots
Download Search Google Image Extension CRX File
Download Search Google Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kklenaehmadokmlmbehblimejakphfae |
Official URL | https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae |
Description | Search Google Image for the selected text |
File Size | 111 KB |
Installation Count | 1,678 |
Current Version | 1.1 |
Last Updated | 2018-01-01 |
Publish Date | 2018-01-01 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Quy Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | 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]" } ] } |