BigImage

Enlarges the images upon hovering the mouse over it

BigImageとは何ですか?

BigImageはseposwatdevelopersによって開発されたChromeの拡張機能で、その主な機能は「Enlarges the images upon hovering the mouse over it」です。

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

screenshot
screenshot

BigImage拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This tool is for internal SEPO group to be used to enlarge images or automatically load all the present images in Paragon in new tabs to help increase productivity.                    

拡張機能の基本情報

名前 BigImage BigImage
ID eiglfjgonnbhjkiajjeafigapjccekfh
公式URL https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh
説明 Enlarges the images upon hovering the mouse over it
ファイルサイズ 9.13 KB
インストール数 102
現在のバージョン 1.0
最終更新日 2023-09-11
公開日 2023-09-10
開発者 seposwatdevelopers
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BigImage",
    "description": "Enlarges the images upon hovering the mouse over it",
    "version": "1.0",
    "author": "Kritartha Borthakur @kritarb",
    "icons": {
        "16": "\/images\/new16.png",
        "48": "\/images\/new48.png",
        "128": "\/images\/new128.png"
    },
    "page_action": {
        "default icon": {
            "16": "\/images\/new16.png",
            "48": "\/images\/new48.png",
            "128": "\/images\/new128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/paragon-na.amazon.com\/*",
                "https:\/\/paragon-eu.amazon.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}