Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #9: Auto-filling addresses using the context menu #32

Merged
merged 13 commits into from
Jun 18, 2023
Prev Previous commit
Next Next commit
gh flavoured md
  • Loading branch information
dedoussis committed Jun 18, 2023
commit 40f4269d7b18fdc156b5f63a04faf708d7fc79b2
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ The extension can be configured to
1. show an autofill button on input field focus
2. show an context menu item when right-clicking on input fields

<img src="./src/assets/img/readme-button-autofilling.png" alt="Autofilling button on input field focus" width="40%" height="45%"/>
<!-- the following image size modifications only work on github flavoured markdown -->
![Autofilling button on input field focus](./src/assets/img/readme-button-autofilling.png | height=45)

<img src="./src/assets/img/readme-context-menu-autofilling.png" alt="Context menu item when right-clicking on input fields" width="40%" height="45%"/>
![Context menu item when right-clicking on input fields](./src/assets/img/readme-context-menu-autofilling.png | height=45)

You can enable/disable any of the autofilling mechanisms through the Options page of the extension.

Expand Down