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
官方網址 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"
}