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