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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον suresh.falor, και η κύρια λειτουργία του είναι "Get closer to anything on the web. Take a closer look at photos and forms, read fine print and more easily view articles while…".

Λήψη αρχείου CRX της επέκτασης ZoomOne (Simple and Intuitive Zoom)

Λήψη αρχείων επέκτασης ZoomOne (Simple and Intuitive Zoom) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 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
}