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はChrisFheyによって開発されたChromeの拡張機能で、その主な機能は「Adds a context menu option to open an image in the current tab.」です。

拡張機能のスクリーンショット

screenshot

Open image in current tab拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}