ImageSearcher

Powerful image search tool

ImageSearcherとは何ですか?

ImageSearcherはTimur Khによって開発されたChromeの拡張機能で、その主な機能は「Powerful image search tool」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

ImageSearcher拡張機能のCRXファイルをダウンロード

ImageSearcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        @update v1.0.1
Aug. 2018
 *add options and image-info pages
 *add background image search functionality
 *add video frame search functionality
 *add flexible settings

@release v1.0
Feb. 2018
Just experiment with chrome API and webstore.
Nothing useful has been added.                    

拡張機能の基本情報

名前 ImageSearcher ImageSearcher
ID bncpkbighoplpdnbjjkokndcppiengdf
公式URL https://chromewebstore.google.com/detail/imagesearcher/bncpkbighoplpdnbjjkokndcppiengdf
説明 Powerful image search tool
ファイルサイズ 448 KB
インストール数 29
現在のバージョン 1.0.1
最終更新日 2018-08-02
公開日 2018-08-01
評価 5.00/5 合計 4 レビュー
開発者 Timur Kh
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ImageSearcher",
    "description": "Powerful image search tool",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "Images\/icons\/256.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "notifications",
        "contextMenus",
        "tabs",
        "storage",
        "*:\/\/*.pictshare.net\/",
        "*:\/\/images.google.com\/*",
        "*:\/\/google.com\/*",
        "*:\/\/yandex.ru\/*",
        "activeTab",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "backgroundMain.js"
        ]
    },
    "web_accessible_resources": [
        "Images\/icons\/*.png"
    ],
    "commands": {
        "execute_imagesearch_script": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "Command+Shift+I"
            },
            "description": "Execute ImageSearch script"
        }
    },
    "icons": {
        "16": "Images\/icons\/16.png",
        "48": "Images\/icons\/48.png",
        "128": "Images\/icons\/128.png",
        "256": "Images\/icons\/256.png"
    }
}