Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.56 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.56 KB

Vision Block

A Google Chrome extension which attempts to visually obscure a web page, in order to encourage screen reader testing.

Add to Chrome

Official Release

Add via the Chrome Web Store.

Developer Mode

Download

Clone the repository or download the latest release.

Install

(Copied from Chrome Developers > Documentation > Extensions > Getting started)

  1. Open the Extension Management page by navigating to chrome://extensions.
    • Alternatively, open this page by clicking on the Extensions menu button and selecting Manage Extensions at the bottom of the menu.
    • Alternatively, open this page by clicking on the Chrome menu, hovering over More Tools then selecting Extensions
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the Load unpacked button and select the extension directory.

Icon

Related

  • Mouse Block: a similar Chrome extension for keyboard navigation testing.
  • Layer Toggle: a template repository for layer-toggling Chrome extensions.