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) là gì?

ZoomOne (Simple and Intuitive Zoom) là một tiện ích mở rộng Chrome được phát triển bởi suresh.falor, và tính năng chính của nó là "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

Tải xuống tệp CRX của tiện ích mở rộng ZoomOne (Simple and Intuitive Zoom)

Tải xuống các tệp mở rộng ZoomOne (Simple and Intuitive Zoom) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZoomOne (Simple and Intuitive Zoom) ZoomOne (Simple and Intuitive Zoom)
ID haalkkjppmaobjedhndnnaeinhmaplna
URL Chính Thức https://chrome.google.com/webstore/detail/zoomone-simple-and-intuit/haalkkjppmaobjedhndnnaeinhmaplna
Mô tả Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
Kích Thước Tệp 43.52 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-10-14
Ngày Phát Hành 2014-10-14
Đánh Giá 4.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển suresh.falor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}