ZoomEd

Zoom in on any part of a webpage.

ZoomEdคืออะไร?

ZoomEd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr. Teachnology Inc. และคุณลักษณะหลักของมันคือ "Zoom in on any part of a webpage."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ZoomEd 
by Mr. Teachnology / Jay Murphy

ZoomEd allows the user to Zoom in on any part of a webpage.  

Adjust the zoom magnification to your desired strength and lens size.  

Read and view images with more clarity than ever before.  Enhance your focus and bring your viewing content up close and personal.                    

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

ชื่อ ZoomEd ZoomEd
ID dbeojleeifhpnpfpeigcaldkjokibibi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zoomed/dbeojleeifhpnpfpeigcaldkjokibibi
คำอธิบาย Zoom in on any part of a webpage.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 363
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-07-03
วันที่เผยแพร่ 2020-07-03
คะแนน 3.93/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Mr. Teachnology Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.jaymurphy.org
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomEd",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Zoom in on any part of a webpage.",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/logo.png",
        "default_title": "ZoomEd"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "zoomed\/index.html"
    ]
}