Magnifying Glass

Convert your mouse cursor to a high-quality magnifying glass

Magnifying Glass란 무엇입니까?

Magnifying Glass은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert your mouse cursor to a high-quality magnifying glass"입니다.

확장 프로그램 스크린샷

screenshot

Magnifying Glass 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension transforms your cursor into a magnifying glass, enlarging the current object beneath it. You can adjust the size of the lens and the scaling value through the right-click context menu over the action button.

To turn off the magnification and revert to the default cursor, use the left-click or the Escape key on your keyboard.

When the extension is active, the action button appears red; when it is inactive, the color is blue.                    

확장 프로그램 기본 정보

이름 Magnifying Glass Magnifying Glass
ID aejojoddnejpalbjnnknpeejhmklnmba
공식 URL https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba
설명 Convert your mouse cursor to a high-quality magnifying glass
파일 크기 45.25 KB
설치 횟수 671
현재 버전 0.1.1
최근 업데이트 2024-01-11
출시 날짜 2023-12-27
평점 5.00/5 총 2 개의 평점
개발자 joue.quroi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/magnifying-glass.html
도움말 페이지 URL https://webextension.org/listing/magnifying-glass.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.1",
    "name": "Magnifying Glass",
    "description": "Convert your mouse cursor to a high-quality magnifying glass",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/magnifying-glass.html",
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": []
}