Google Search Images by Exact Size

Search images on Google by exact width and height from any web page

Google Search Images by Exact Sizeとは何ですか?

Google Search Images by Exact SizeはTanveerによって開発されたChromeの拡張機能で、その主な機能は「Search images on Google by exact width and height from any web page」です。

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

screenshot
screenshot
screenshot

Google Search Images by Exact Size拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Search Images on Google by Exact Custom Size

Google Search Images by Exact Size (GSIES) allows you to search images with custom width and height from any web page.

Keyboard Shortcut: Ctrl + I

Have any suggestions?
Tweet me: @tanveer86
Twitter - https://twitter.com/tanveer86                    

拡張機能の基本情報

名前 Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
公式URL https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
説明 Search images on Google by exact width and height from any web page
ファイルサイズ 14.94 KB
インストール数 446
現在のバージョン 1.0
最終更新日 2019-10-31
公開日 2019-10-30
評価 5.00/5 合計 1 レビュー
開発者 Tanveer
支払い方法 free
拡張機能のウェブサイト https://www.masaischool.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Images by Exact Size",
    "description": "Search images on Google by exact width and height from any web page",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/images\/icon-bitty.png",
        "48": "\/images\/icon-small.png",
        "128": "\/images\/icon-large.png"
    },
    "browser_action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": "\/images\/icon-bitty.png"
    },
    "author": "Mohammed Tanveer",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "MacCtrl+I"
            },
            "description": "Opens popup.html"
        }
    }
}