Google Search Images by Exact Size

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

Was ist Google Search Images by Exact Size?

Google Search Images by Exact Size ist eine Chrome-Erweiterung, die von Tanveer entwickelt wurde, und ihr Hauptmerkmal ist "Search images on Google by exact width and height from any web page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google Search Images by Exact Size-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Images by Exact Size-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
Offizielle URL https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
Beschreibung Search images on Google by exact width and height from any web page
Dateigröße 14.94 KB
Installationsanzahl 446
Aktuelle Version 1.0
Letztes Update 2019-10-31
Veröffentlichungsdatum 2019-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Tanveer
Zahlungsart free
Erweiterungswebsite https://www.masaischool.com/
Unterstützte Sprachen 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"
        }
    }
}