Written: 2019-01-02, Updated: 2019-01-02
Spatial Navigation provides a processing model and standards APIs for directional(top/left/bottom/right) focus navigation using arrow keys. (Learn More)
Spatial-navigation-chrome-extension enable spatial navigation on any websites using spatial-navigation-polyfill
- Enable Spatial Navigation
- Show Spatial Navigation Info in DevTool (F12 / ⌥ +⌘+I)
- Change settings in popup menu
-
Focusable Element : Show number of all focusable element inside whole page : Use checkbox, you can see (1) whole focusable element inside web page (2) candidate elements of spatial navigation from current focused element to all and each 4 directions
-
Is it container? : Whether current element is container or not
-
Next Spatnav Search : Show optimal candidate of 4 directions from current element (in specific container)
-
Next Target : Show optimal candidate of 4 directions from current element (show undefined if scrollable)
-
Focusable Areas : Show focusable child elements from current element
-
Next Candidates : Show all candidates list of 4 directons from current element (show current element if scrollable)
-
List of Containers : List of containers from parent of current element to topmost container
- On / Off Spatial Navigation
- Change Key mode (ARROW / SHIFTARROW)
- Choose wheter to show candidates in 4 directions)
- Clone the repository
git clone https://github.com/jeonghee27/spatial-navigation-chrome-extension.git
. or Download zip file from https://github.com/jeonghee27/spatial-navigation-chrome-extension/archive/master.zip and decompress. - Using chrome, navigate to
chrome://extensions
. - Turn on the Developer mode.
- Click LOAD UNPACKED and select the extension directory.
- Click the SpatialNavigation tab of developer's tool(F12 / ⌥ +⌘+I).
- You can see the information of Spatial Navigation on the tab. Also, the information is changed as the focusing moves.
- Click the toolbar icon