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)은(는) suresh.falor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}