Range-selection Image Search

Search image by range-selection on webpage.

什么是Range-selection Image Search?

Range-selection Image Search是由778开发的Chrome扩展程序,该扩展的主要功能是“Search image by range-selection on webpage.”。

扩展截图

下载Range-selection Image Search扩展crx文件

下载Range-selection Image Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Range-selection Image Search Range-selection Image Search
ID gmhecmaeajphjedhdjogmmaakkfainfk
官方URL https://chromewebstore.google.com/detail/range-selection-image-sea/gmhecmaeajphjedhdjogmmaakkfainfk
简介 Search image by range-selection on webpage.
文件大小 10.35 KB
安装次数 3,575
当前版本 0.1.4
更新时间 2017-07-29
上架时间 2017-07-29
评分 4.00/5 共14次评分
开发者 778
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}