Google Search Images by Exact Size

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

What is Google Search Images by Exact Size?

Google Search Images by Exact Size is a Chrome extension developed by Tanveer, and its main feature is "Search images on Google by exact width and height from any web page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Search Images by Exact Size Extension CRX File

Download Google Search Images by Exact Size extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
Official URL https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
Description Search images on Google by exact width and height from any web page
File Size 14.94 KB
Installation Count 446
Current Version 1.0
Last Updated 2019-10-31
Publish Date 2019-10-30
Rating 5.00/5 Total 1 Ratings
Developer Tanveer
Payment Type free
Extension Website https://www.masaischool.com/
Supported Languages 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"
        }
    }
}