Visor

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

什麼是Visor?

Visor是由Nverba開發的Chrome擴展程式,該擴展的主要功能是“Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Visor擴展crx文件

下載Visor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Visor Visor
ID lhpbckonakppajdgicbjdfokagjofnob
官方網址 https://chromewebstore.google.com/detail/visor/lhpbckonakppajdgicbjdfokagjofnob
簡介 Screen dimmer and reading aid, may help with fluency, eye-strain, concentration and comprehension whilst reading.
檔案大小 102 KB
安裝次數 146,784
目前版本 2.0.6
更新時間 2018-12-27
上架時間 2018-12-27
評分 4.00/5 共 217 次評分
開發者 Nverba
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nverba/visor
支援的語言 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
    }
}