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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
    }
}