Image Search
Quickly search for images.
What is Image Search?
Image Search is a Chrome extension developed by https://quickrr.com, and its main feature is "Quickly search for images.".
Extension Screenshots
Download Image Search Extension CRX File
Download Image Search 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 for images in multiple sources simultaneously. Chrome extension by http://quickrr.com
Extension Basic Information
Name | Image Search |
ID | khaaaofbfbkijpiepkfcamahnafeljem |
Official URL | https://chromewebstore.google.com/detail/image-search/khaaaofbfbkijpiepkfcamahnafeljem |
Description | Quickly search for images. |
File Size | 122 KB |
Installation Count | 1,358 |
Current Version | 2.0 |
Last Updated | 2015-02-22 |
Publish Date | 2015-02-22 |
Rating | 4.25/5 Total 12 Ratings |
Developer | https://quickrr.com |
Payment Type | free |
Extension Website | http://quickrr.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "Image Search", "version": "2.0", "manifest_version": 2, "description": "Quickly search for images.", "browser_action": { "default_icon": "imsearch19.png", "default_popup": "popup.htm", "default_title": "Search for images" }, "icons": { "128": "imsearch128.png", "48": "imsearch48.png", "16": "imsearch16.png" }, "permissions": [ "tabs", "chrome:\/\/favicon\/", "notifications" ] } |