Right Clicking - Views Image

Adds an option to 'View image' to the right click context menu on an image

Right Clicking - Views Imageとは何ですか?

Right Clicking - Views ImageはMichaによって開発されたChromeの拡張機能で、その主な機能は「Adds an option to 'View image' to the right click context menu on an image」です。

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

screenshot

Right Clicking - Views Image拡張機能のCRXファイルをダウンロード

Right Clicking - Views Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds an option to 'View image' to the right click context menu on an image. This will replace the current web page with just the image in its original size.                    

拡張機能の基本情報

名前 Right Clicking - Views Image Right Clicking - Views Image
ID okhokdliaadpclhhjdjdakibeajdcade
公式URL https://chromewebstore.google.com/detail/right-clicking-views-imag/okhokdliaadpclhhjdjdakibeajdcade
説明 Adds an option to 'View image' to the right click context menu on an image
ファイルサイズ 10.31 KB
インストール数 117
現在のバージョン 1.0
最終更新日 2022-05-23
公開日 2022-05-23
評価 5.00/5 合計 1 レビュー
開発者 Micha
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Clicking - Views Image",
    "description": "Adds an option to 'View image' to the right click context menu on an image",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}