Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Wat is Wifi Share?
Wifi Share is een Chrome-extensie ontwikkeld door https://quick-wifi-share.web.app, en de belangrijkste functie is "A minimal browser extension to allow you to share a scratchpad over the network.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wifi Share
Download Wifi Share-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
Want to share a short piece of snippet to another device on the network without needing to open email, whatsapp or any other third party tool? With Wifishare, you can. No need to login into or install any 3rd party software.Just install this extension and you're done.
Basisinformatie over de Extensie
Naam | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
Officiële URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Beschrijving | A minimal browser extension to allow you to share a scratchpad over the network. |
Bestandsgrootte | 899 KB |
Aantal Installaties | 64 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-04-28 |
Publicatiedatum | 2023-03-11 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://quick-wifi-share.web.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Pranav2612000/wifi_share |
Help Pagina-URL | https://github.com/Pranav2612000/wifi_share/issues |
URL van de Privacybeleid Pagina | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wifi Share", "name": "Wifi Share", "description": "A minimal browser extension to allow you to share a scratchpad over the network.", "version": "0.0.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff", "background": { "service_worker": "static\/js\/background.js" }, "permissions": [ "contextMenus", "storage" ] } |