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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}