Zapp! Extension
This extension adds useful 'Open in Zapp!' buttons to various websites.
Cos'è Zapp! Extension?
Zapp! Extension è un'estensione di Chrome sviluppata da https://zapp.run, e la sua funzione principale è "This extension adds useful 'Open in Zapp!' buttons to various websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zapp! Extension
Scarica i file di estensione Zapp! Extension 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
Zapp! is a free online sandbox for building Dart & Flutter applications in the browser. This chrome extension adds useful 'Open in Zapp!' buttons to various websites such as pub.dev. Informazioni di Base sull'Estensione
| Nome | |
| ID | bbgkmldccfmbpbdkfdhofdkjjafhiekc |
| URL Ufficiale | https://chromewebstore.google.com/detail/zapp-extension/bbgkmldccfmbpbdkfdhofdkjjafhiekc |
| Descrizione | This extension adds useful 'Open in Zapp!' buttons to various websites. |
| Dimensione del File | 12.19 KB |
| Conteggio Installazioni | 228 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-01-18 |
| Data di Pubblicazione | 2023-01-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://zapp.run |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/invertase/zapp.run |
| URL della Pagina di Aiuto | https://github.com/invertase/zapp.run |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Zapp! Extension",
"version": "1.0",
"description": "This extension adds useful 'Open in Zapp!' buttons to various websites.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/pub.dev\/package.js"
],
"matches": [
"https:\/\/pub.dev\/packages\/*"
]
}
]
} | |