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 - это расширение Chrome, разработанное Tanveer, и его основная функция - "Search images on Google by exact width and height from any web page".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Google Search Images by Exact Size

Скачайте файлы расширений 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"
        }
    }
}