Vision Test

Test your vision (visual acuity) via Tumbling E chart in your browser!

Τι είναι το Vision Test;

Το Vision Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Keller, και η κύρια λειτουργία του είναι "Test your vision (visual acuity) via Tumbling E chart in your browser!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vision Test

Λήψη αρχείων επέκτασης Vision Test σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Vision Test is a simple and easy-to-use test for your eyes (via Tumbling E vision chart). It works based on the principle of how well you can see characters at 1.6m or 5ft away from the screen.

The chart has an E character, which you need to decide the direction of the character only. Simply start the test and stand 1.6 meters or 5 feet away from the monitor. When you see a character on the screen, only decide the direction and wait for the answer to appear at the bottom of the screen. The answer is in green color and also a big font, so you can see it without any problems from distance. In general, you need to correctly answer at least 50% of the characters at each level, and if you cannot, please stop at that level and record your score. You can adjust the test speed from the UI; the default time to read each character is 7 seconds.

Note: this test is NOT a clinical test for your eyes and has NO diagnostic values at all. It is just a very basic, simple, and easy test for your vision's clarity and the result is good for your recordings only. You should NOT rely on the result of this test at all.

If you have a feature request or found a bug to report please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/vision-test.html).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vision Test Vision Test
ID fddlflldgdefcldoecajoekmffoifnan
Επίσημο URL https://chromewebstore.google.com/detail/vision-test/fddlflldgdefcldoecajoekmffoifnan
Περιγραφή Test your vision (visual acuity) via Tumbling E chart in your browser!
Μέγεθος Αρχείου 25.87 KB
Αριθμός Εγκαταστάσεων 260
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2022-02-09
Ημερομηνία Δημοσίευσης 2020-02-06
Προγραμματιστής Keller
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/vision-test.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/vision-test.html
URL της Σελίδας Πολιτικής Απορρήτου https://mybrowseraddon.com/privacy-policy/keller.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "name": "Vision Test",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "vision-test",
    "homepage_url": "https:\/\/mybrowseraddon.com\/vision-test.html",
    "description": "Test your vision (visual acuity) via Tumbling E chart in your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Vision Test",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}