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…

¿Qué es ZoomOne (Simple and Intuitive Zoom)?

ZoomOne (Simple and Intuitive Zoom) es una extensión de Chrome desarrollada por suresh.falor, y su función principal es "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

Descargar Archivo CRX de la Extensión ZoomOne (Simple and Intuitive Zoom)

Descarga archivos de extensión ZoomOne (Simple and Intuitive Zoom) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ZoomOne (Simple and Intuitive Zoom) ZoomOne (Simple and Intuitive Zoom)
ID haalkkjppmaobjedhndnnaeinhmaplna
URL Oficial https://chrome.google.com/webstore/detail/zoomone-simple-and-intuit/haalkkjppmaobjedhndnnaeinhmaplna
Descripción Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
Tamaño del Archivo 43.52 KB
Cantidad de Instalaciones 126
Versión Actual 0.1
Última Actualización 2014-10-14
Fecha de Publicación 2014-10-14
Calificación 4.30/5 Total de 10 Calificaciones
Desarrollador suresh.falor
Tipo de Pago free
Idiomas Soportados 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
}