CheckBrowsersSupport
A browser extension to check if a given web technology is supported by browsers
Cos'è CheckBrowsersSupport?
CheckBrowsersSupport è un'estensione di Chrome sviluppata da https://checkbrowsers.support, e la sua funzione principale è "A browser extension to check if a given web technology is supported by browsers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CheckBrowsersSupport
Scarica i file di estensione CheckBrowsersSupport in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | egpoohfoccjppkkflbplihhmmmoopokp |
| URL Ufficiale | https://chromewebstore.google.com/detail/checkbrowserssupport/egpoohfoccjppkkflbplihhmmmoopokp |
| Descrizione | A browser extension to check if a given web technology is supported by browsers |
| Dimensione del File | 366 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2020-09-21 |
| Data di Pubblicazione | 2020-09-16 |
| Sviluppatore | https://checkbrowsers.support |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": [
" | |