CraftyZoom

CraftyZoom

CraftyZoomคืออะไร?

CraftyZoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crafty184.com และคุณลักษณะหลักของมันคือ "CraftyZoom"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CraftyZoom

ดาวน์โหลดไฟล์ส่วนขยาย CraftyZoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        **UPDATED: Added a Start button to begin zooming, press Escape to end**

CraftyZoom allows you to magnify a portion of the screen! Simply click the CZ icon to set the size of your magnifying glass as well as the degree of magnification, then use either CMD-SHIFT-Z or CTRL-SHIFT-Z to enable and disable. 

Note: You cannot scroll down while CraftyZoom is enabled, so if you need to magnify something lower on the screen, simply disable CZ, scroll down, and enable it again.

CraftyZoom is proudly powered by EdTechTeam.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CraftyZoom CraftyZoom
ID ibhegccigccbgpjjmkofhobdnhpinacb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/craftyzoom/ibhegccigccbgpjjmkofhobdnhpinacb
คำอธิบาย CraftyZoom
ขนาดไฟล์ 75.43 KB
จำนวนการติดตั้ง 4,345
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-02-28
วันที่เผยแพร่ 2016-11-12
คะแนน 2.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://crafty184.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CraftyZoom",
    "description": "CraftyZoom",
    "version": "1.2",
    "action": {
        "default_icon": "images\/19disabled.png",
        "default_popup": "popup.html",
        "default_title": "CraftyZoom"
    },
    "icons": {
        "16": "images\/19.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css",
                "css\/evenZoom.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/evenZoom.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_screenCapture.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "bs_main.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/cs_styles.css",
                "css\/evenZoom.css",
                "css\/rangeSlider.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "toggleCrafyZoom": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            },
            "description": "Toggle CraftyZoom extension"
        }
    }
}

ส่วนขยายที่เกี่ยวข้อง