Zapp! Extension
This extension adds useful 'Open in Zapp!' buttons to various websites.
Wat is Zapp! Extension?
Zapp! Extension is een Chrome-extensie ontwikkeld door https://zapp.run, en de belangrijkste functie is "This extension adds useful 'Open in Zapp!' buttons to various websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zapp! Extension
Download Zapp! Extension-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
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.
Basisinformatie over de Extensie
Naam | Zapp! Extension |
ID | bbgkmldccfmbpbdkfdhofdkjjafhiekc |
Officiële URL | https://chromewebstore.google.com/detail/zapp-extension/bbgkmldccfmbpbdkfdhofdkjjafhiekc |
Beschrijving | This extension adds useful 'Open in Zapp!' buttons to various websites. |
Bestandsgrootte | 12.19 KB |
Aantal Installaties | 228 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-18 |
Publicatiedatum | 2023-01-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://zapp.run |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/invertase/zapp.run |
Help Pagina-URL | https://github.com/invertase/zapp.run |
Ondersteunde Talen | 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\/*" ] } ] } |