CheckBrowsersSupport
A browser extension to check if a given web technology is supported by browsers
What is CheckBrowsersSupport?
CheckBrowsersSupport is a Chrome extension developed by https://checkbrowsers.support, and its main feature is "A browser extension to check if a given web technology is supported by browsers".
Extension Screenshots
Download CheckBrowsersSupport Extension CRX File
Download CheckBrowsersSupport extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows to check if a given web technology is supported by different desktop and mobile browsers. ## Features * Up to date: Uses the latest data provided by MDN. * Offline: Works without an Internet connection. * Smart: Finds the best match from the selected text. * Easy to use: 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.
Extension Basic Information
Name | CheckBrowsersSupport |
ID | egpoohfoccjppkkflbplihhmmmoopokp |
Official URL | https://chromewebstore.google.com/detail/checkbrowserssupport/egpoohfoccjppkkflbplihhmmmoopokp |
Description | A browser extension to check if a given web technology is supported by browsers |
File Size | 366 KB |
Installation Count | 20 |
Current Version | 1.0.0 |
Last Updated | 2020-09-21 |
Publish Date | 2020-09-16 |
Developer | https://checkbrowsers.support |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CheckBrowsersSupport", "description": "A browser extension to check if a given web technology is supported by browsers", "author": "Phuoc Nguyen", "version": "1.0.0", "homepage_url": "https:\/\/checkbrowsers.support", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "24": "images\/icon-24.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "512": "images\/icon-512.png" }, "default_title": "Check Browsers Support" }, "content_scripts": [ { "matches": [ " |