Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Cos'è Wifi Share?
Wifi Share è un'estensione di Chrome sviluppata da https://quick-wifi-share.web.app, e la sua funzione principale è "A minimal browser extension to allow you to share a scratchpad over the network.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wifi Share
Scarica i file di estensione Wifi Share 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
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.
Informazioni di Base sull'Estensione
Nome | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
URL Ufficiale | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Descrizione | A minimal browser extension to allow you to share a scratchpad over the network. |
Dimensione del File | 899 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2023-04-28 |
Data di Pubblicazione | 2023-03-11 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://quick-wifi-share.web.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Pranav2612000/wifi_share |
URL della Pagina di Aiuto | https://github.com/Pranav2612000/wifi_share/issues |
URL della Pagina della Politica sulla Privacy | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Lingue Supportate | 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" ] } |