Range-selection Image Search

Search image by range-selection on webpage.

What is Range-selection Image Search?

Range-selection Image Search is a Chrome extension developed by 778, and its main feature is "Search image by range-selection on webpage.".

Extension Screenshots

Download Range-selection Image Search Extension CRX File

Download Range-selection 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 image by rectangle-selection on webpage.

--Usage
Click a button on toolbar, and select range where you want to search.

--Feature
you can search part of photo, background-image and movie on the webpage.
you can search image on a pdf file opened in browser.

0.1.4 -- bugfix
0.1.3 -- bugfix
0.1.2 -- bugfix                    

Extension Basic Information

Name Range-selection Image Search Range-selection Image Search
ID gmhecmaeajphjedhdjogmmaakkfainfk
Official URL https://chromewebstore.google.com/detail/range-selection-image-sea/gmhecmaeajphjedhdjogmmaakkfainfk
Description Search image by range-selection on webpage.
File Size 10.35 KB
Installation Count 3,575
Current Version 0.1.4
Last Updated 2017-07-29
Publish Date 2017-07-29
Rating 4.00/5 Total 14 Ratings
Developer 778
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Image Search",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}