Being a front-end engineer, I often have to build web tools that are compatible with different browsers.
When looking for a particular CSS property, a HTML property or a JavaScript API, I need to check if it is supported by which browsers.
We often use the external resources as Can I Use or MDN.
This web extension allows you to do it without leaving your tab.
Here is the features:
* Up to date: Uses the same data that powers MDN.
* Offline: Yes, it works without an Internet connection.
* Smart: You don't have to select the extract property or API. The extension will find the best match from the selected text.
* Easy to use: It only two steps: Select text and Click a menu.
* Any site: Works on any website such as StackOverflow, GitHub, GitLab, Medium, etc.
* Browser: Available as a Chrome extension and Firefox add-on.
You can try the live demo on the official website: https://checkbrowsers.support/
---
If you have any suggestion or questions, please let me know. Give me a vote if you find it useful.
BlurPage