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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}