More Image Search

This app is a app that you look for image to image.

什么是More Image Search?

More Image Search是由grassland开发的Chrome扩展程序,该扩展的主要功能是“This app is a app that you look for image to image.”。

扩展截图

screenshot

下载More Image Search扩展crx文件

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

扩展使用说明

                        写真に写っている場所が分からない、人が分からない、物が分からない。
そんなときに、画像の上で右クリックして検索するだけで、
画像自体を検索できる拡張機能です。

拡張機能には以下の機能があります。
・画像から画像検索
・ドメイン内の画像一覧表示
・ページ内の画像一覧表示                    

扩展基本信息

名称 More Image Search More Image Search
ID hmhhkndlnoppgilooalkecpmodbjkdmj
官方URL https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj
简介 This app is a app that you look for image to image.
文件大小 18.62 KB
安装次数 3,155
当前版本 1.0.0
更新时间 2016-05-18
上架时间 2016-05-18
评分 3.00/5 共3次评分
开发者 grassland
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://shirotsumegusa.seesaa.net/article/438016649.html
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}