This example allows users to right-click on a word and see the definition on the side panel using the Side Panel API.
NOTE: This example only defines the word extensions and popup.
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Open the side panel UI
- Choose the "Dictionary side panel".
- Go to https://developer.chrome.com/docs/extensions/
- Right-click on the "Extensions" word.
- Choose the "Define" context menu
You should see the definition on the side panel
- https://chrome.google.com/webstore/developer/dashboard
- Register as non-trade for now
Icons link: Info icon by Icons8
The Chrome extenstion authentication was done using this guide: https://firebaseopensource.com/projects/firebase/quickstart-js/auth/chromextension/readme/ -- Please note that GCP credential and Chrome Store are under the icognition account.
Because the icognition allow is a public application, it need to go through approval process. For now, users with non icognition account needs to be added here: https://console.cloud.google.com/apis/credentials/consent?project=stg-icognition&supportedpurview=project
- Get new 128x128 icon for the Chrome store - https://www.fiverr.com/inbox/zera93
- Improve the concent from in GCP Credential to include privacy statement.