More Image Search

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

What is More Image Search?

More Image Search is a Chrome extension developed by grassland, and its main feature is "This app is a app that you look for image to image.".

Extension Screenshots

screenshot

Download More Image Search Extension CRX File

Download More 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

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

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

Extension Basic Information

Name More Image Search More Image Search
ID hmhhkndlnoppgilooalkecpmodbjkdmj
Official URL https://chromewebstore.google.com/detail/more-image-search/hmhhkndlnoppgilooalkecpmodbjkdmj
Description This app is a app that you look for image to image.
File Size 18.62 KB
Installation Count 3,155
Current Version 1.0.0
Last Updated 2016-05-18
Publish Date 2016-05-18
Rating 3.00/5 Total 3 Ratings
Developer grassland
Email [email protected]
Payment Type free
Privacy Policy Page URL http://shirotsumegusa.seesaa.net/article/438016649.html
Supported Languages 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"
}