Open image in current tab

Adds a context menu option to open an image in the current tab.

Что такое Open image in current tab?

Open image in current tab - это расширение Chrome, разработанное ChrisFhey, и его основная функция - "Adds a context menu option to open an image in the current tab.".

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

screenshot

Скачать файл CRX расширения Open image in current tab

Скачайте файлы расширений Open image in current tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension adds a context menu item that simply opens an image in the current active tab rather than in a new tab.                    

Основная информация о расширении

Название Open image in current tab Open image in current tab
ID mfpgmcmnombcfbebaacgobdcfgdidlki
Официальный URL https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki
Описание Adds a context menu option to open an image in the current tab.
Размер файла 10.1 KB
Количество установок 379
Текущая Версия 1.0.0
Последнее Обновление 2021-06-03
Дата публикации 2021-06-03
Рейтинг 4.83/5 Всего 6 оценок
Разработчик ChrisFhey
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open image in current tab",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Adds a context menu option to open an image in the current tab.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}