Google Full Image Opener

After clicking an image from search results, use the context menu (right-click) to view the current image.

Google Full Image Openerとは何ですか?

Google Full Image OpenerはArafat Husaynによって開発されたChromeの拡張機能で、その主な機能は「After clicking an image from search results, use the context menu (right-click) to view the current image.」です。

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

screenshot

Google Full Image Opener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It brings the original image link opening back on new Google Images website.

How to use:

After clicking an image from search results, use the context menu (right-click) to view the current image in a new tab.                    

拡張機能の基本情報

名前 Google Full Image Opener Google Full Image Opener
ID beojccknfoajfebcpijalgejjpbdipcb
公式URL https://chrome.google.com/webstore/detail/google-full-image-opener/beojccknfoajfebcpijalgejjpbdipcb
説明 After clicking an image from search results, use the context menu (right-click) to view the current image.
ファイルサイズ 39.81 KB
インストール数 78
現在のバージョン 2.0
最終更新日 2020-08-15
公開日 2020-02-05
評価 5.00/5 合計 2 レビュー
開発者 Arafat Husayn
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/arafathusayn/vanish-ads/blob/master/PRIVACY.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Full Image Opener",
    "short_name": "google-full-image-opener",
    "description": "After clicking an image from search results, use the context menu (right-click) to view the current image.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/www.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}