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…

O que é ZoomOne (Simple and Intuitive Zoom)?

ZoomOne (Simple and Intuitive Zoom) é uma extensão do Chrome desenvolvida por suresh.falor, e sua principal característica é "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

Baixar o arquivo CRX da Extensão ZoomOne (Simple and Intuitive Zoom)

Baixe arquivos de extensão ZoomOne (Simple and Intuitive Zoom) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
Tamanho do Arquivo 43.52 KB
Contagem de Instalações 126
Versão Atual 0.1
Última Atualização 2014-10-14
Data de Publicação 2014-10-14
Classificação 4.30/5 Total de 10 Avaliações
Desenvolvedor suresh.falor
Tipo de Pagamento free
Idiomas Suportados 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
}