ZoomOne (Simple and Intuitive Zoom)

Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…

ما هو ZoomOne (Simple and Intuitive Zoom)؟

ZoomOne (Simple and Intuitive Zoom) هو إضافة Chrome تم تطويرها بواسطة suresh.falor، والميزة الرئيسية لها هي "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

تحميل ملف CRX للإضافة ZoomOne (Simple and Intuitive Zoom)

قم بتنزيل ملفات الامتداد ZoomOne (Simple and Intuitive Zoom) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while browsing. ZoomOne (utilizes ZoomJS*) allows you to easily enlarge content on both regular and touch-enabled devices.
 
Instructions:
To zoom in on content simply double-click (or tap) on what you wish to enlarge.
Zoom out by another double click (tap) or simply hit escape. 

Notes:
- This extension may have unpredictable zoom on certain sites / content
- Small images are prone to loss of quality if zoomed in
- Certain behaviors (ex. jagged text) are due to the browser's rendering engine

As a student, this is my second extension and I would appreciate any feedback.

*Zoom.js library by Hakkim El Hattab, under MIT License                    

معلومات أساسية عن التمديد

الاسم ZoomOne (Simple and Intuitive Zoom) ZoomOne (Simple and Intuitive Zoom)
ID haalkkjppmaobjedhndnnaeinhmaplna
عنوان URL الرسمي https://chrome.google.com/webstore/detail/zoomone-simple-and-intuit/haalkkjppmaobjedhndnnaeinhmaplna
الوصف Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
حجم الملف 43.52 KB
عدد التثبيتات 126
النسخة الحالية 0.1
آخر تحديث 2014-10-14
تاريخ النشر 2014-10-14
تقييم 4.30/5 مجموع تقييمات 10
المطور suresh.falor
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoomOne (Simple and Intuitive Zoom)",
    "version": "0.1",
    "background": [],
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "zoom.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}