Open image in current tab

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

What is Open image in current tab?

Open image in current tab is a Chrome extension developed by ChrisFhey, and its main feature is "Adds a context menu option to open an image in the current tab.".

Extension Screenshots

screenshot

Download Open image in current tab Extension CRX File

Download Open image in current tab 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

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

Extension Basic Information

Name Open image in current tab Open image in current tab
ID mfpgmcmnombcfbebaacgobdcfgdidlki
Official URL https://chromewebstore.google.com/detail/open-image-in-current-tab/mfpgmcmnombcfbebaacgobdcfgdidlki
Description Adds a context menu option to open an image in the current tab.
File Size 10.1 KB
Installation Count 379
Current Version 1.0.0
Last Updated 2021-06-03
Publish Date 2021-06-03
Rating 4.83/5 Total 6 Ratings
Developer ChrisFhey
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}