CheckBrowsersSupport
A browser extension to check if a given web technology is supported by browsers
Wat is CheckBrowsersSupport?
CheckBrowsersSupport is een Chrome-extensie ontwikkeld door https://checkbrowsers.support, en de belangrijkste functie is "A browser extension to check if a given web technology is supported by browsers".
Extensie Screenshots
Download het CRX-bestand van de extensie CheckBrowsersSupport
Download CheckBrowsersSupport-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | egpoohfoccjppkkflbplihhmmmoopokp |
| Officiële URL | https://chromewebstore.google.com/detail/checkbrowserssupport/egpoohfoccjppkkflbplihhmmmoopokp |
| Beschrijving | A browser extension to check if a given web technology is supported by browsers |
| Bestandsgrootte | 366 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-09-21 |
| Publicatiedatum | 2020-09-16 |
| Ontwikkelaar | https://checkbrowsers.support |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": [
" | |