CheckBrowsersSupport
A browser extension to check if a given web technology is supported by browsers
Co je CheckBrowsersSupport?
CheckBrowsersSupport je rozšíření Chrome vyvinuté https://checkbrowsers.support, a jeho hlavní funkcí je „A browser extension to check if a given web technology is supported by browsers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CheckBrowsersSupport
Stáhněte si soubory rozšíření CheckBrowsersSupport ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CheckBrowsersSupport |
ID | egpoohfoccjppkkflbplihhmmmoopokp |
Oficiální URL | https://chromewebstore.google.com/detail/checkbrowserssupport/egpoohfoccjppkkflbplihhmmmoopokp |
Popis | A browser extension to check if a given web technology is supported by browsers |
Velikost souboru | 366 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-09-21 |
Datum Vydání | 2020-09-16 |
Vývojář | https://checkbrowsers.support |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |