Visor

Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.

Was ist Visor?

Visor ist eine Chrome-Erweiterung, die von Nverba entwickelt wurde, und ihr Hauptmerkmal ist "Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Visor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Visor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Version 2.0.5: Add link to upgraded visor-plus.

Version 2.0.4: Bug-fixes and updated style. 

As well as being a great general purpose screen dimmer, Visor's overlays and point of focus feature may be assistive to users with visual perceptual difficulties such as Dyslexia, Scotopic Sensitivity Syndrome and Visual Stress. 

Whilst research shows results vary from person to person, some users may find that the use of overlays can help with fluency, eye-strain, concentration and comprehension whilst reading. 

In addition to the traditional overlay method, Visor also employs a point of focus feature, designed to further reduce visual confusions and the tendency to skip lines. 

This horizontal focal point tracks your mouse, giving full focus to the content being read, whilst reducing the visual noise of the surrounding page.

Visor requires no special permissions, so must be reactivated with each page load.

Note: This extension will not work on Chrome's start page, options pages or the Chrome web store. This is a restriction of chrome.

Blue polygonal background designed by Freepik.com                    

Grundlegende Informationen zur Erweiterung

Name Visor Visor
ID lhpbckonakppajdgicbjdfokagjofnob
Offizielle URL https://chromewebstore.google.com/detail/visor/lhpbckonakppajdgicbjdfokagjofnob
Beschreibung Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.
Dateigröße 102 KB
Installationsanzahl 146,784
Aktuelle Version 2.0.6
Letztes Update 2018-12-27
Veröffentlichungsdatum 2018-12-27
Bewertung 4.00/5 Insgesamt 217 Bewertungen
Entwickler Nverba
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/nverba/visor
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visor",
    "short_name": "Visor",
    "description": "Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.",
    "version": "2.0.6",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Visor",
        "default_popup": "popup.html"
    },
    "icons": {
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}