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"
        }
    }
}