Chrome | Firefox |
---|
A WebExtension that uses the keyword mdn
to trigger a search of the CSS and JavaScript References on MDN.
Here's how you can get setup to develop.
yarn install
yarn run build:watch
Here are some example results from the MDN Search.
- JavaScript search: https://developer.mozilla.org/en-US/search.json?q=assign&topic=css&topic=js
- CSS search: https://developer.mozilla.org/en-US/search.json?q=margin&topic=css&topic=js
Follow the instructions for developing WebExtensions.
MPL v2