Three steps:
-
Select text.
-
Hover over a search tool.
-
Search instantly.
Bigger goal: Get explanations faster, learn faster.
https://chrome.google.com/webstore/detail/select-hover-search/aiccnapghjogkbccojfkmmdedeimjjak
https://www.youtube.com/watch?v=T7jN49ZUfVU
In .bash_profile
:
alias zipup='zip -r ${PWD##*/}.zip * -x *.zip -x .husky/* -x node_modules/* -x ".github/*" -x .eslintignore -x .eslintrc.js -x .gitignore -x .travis.yml -x CODEOWNERS -x contributing.md; echo; echo "created ${PWD##*/}.zip inside this folder"; echo;'
Then in terminal:
cd select-hover-search
zipup
Now you have the .zip file you need to upload to the Chrome Web Store.