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
官方網址 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
電子郵箱 [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"
        }
    ]
}