A chrome extension which Hit-a-Hint with magic key.
Screen Shot
Hinting:
Hiting:
Description
This is for clicking links and buttons with keyboard only. Pressing space key and hint key simulates clicking links and buttons.
By releasing space key with modifier keys such as Ctrl or Alt, you can open links in new tab or new window.
The default magic key is space key, but you can change it in options.
Build
See Dockerfile for build environment.
Debug build:
Interactive debug build:
zip for production build:
docker makes it easy to build environment:
docker compose run make docker compose run make watch docker compose run make zip
Development note
Edit changelog in changelog/<CurrentVersion>.md. It will be used for release note.
Release
- Check the version in package.json
- Confirm
changelog/<Version>.md - Commit and push them
- Execute
scripts/tag_for_release.sh - Bump minor version in package.json for next release


