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…

Vad är ZoomOne (Simple and Intuitive Zoom)?

ZoomOne (Simple and Intuitive Zoom) är en Chrome-tillägg utvecklad av suresh.falor, och dess huvudfunktion är "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

Ladda ner ZoomOne (Simple and Intuitive Zoom)-förlängningens CRX-fil

Ladda ner ZoomOne (Simple and Intuitive Zoom)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ZoomOne (Simple and Intuitive Zoom) ZoomOne (Simple and Intuitive Zoom)
ID haalkkjppmaobjedhndnnaeinhmaplna
Officiell webbadress https://chrome.google.com/webstore/detail/zoomone-simple-and-intuit/haalkkjppmaobjedhndnnaeinhmaplna
Beskrivning Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…
Filstorlek 43.52 KB
Antal Installationer 126
Aktuell Version 0.1
Senast Uppdaterad 2014-10-14
Publiceringsdatum 2014-10-14
Betyg 4.30/5 Totalt 10 Betyg
Utvecklare suresh.falor
Betalningssätt free
Stödda Språk 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
}