Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
¿Qué es Wifi Share?
Wifi Share es una extensión de Chrome desarrollada por https://quick-wifi-share.web.app, y su función principal es "A minimal browser extension to allow you to share a scratchpad over the network.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wifi Share
Descarga archivos de extensión Wifi Share en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
URL Oficial | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Descripción | A minimal browser extension to allow you to share a scratchpad over the network. |
Tamaño del Archivo | 899 KB |
Cantidad de Instalaciones | 64 |
Versión Actual | 0.0.2 |
Última Actualización | 2023-04-28 |
Fecha de Publicación | 2023-03-11 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://quick-wifi-share.web.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Pranav2612000/wifi_share |
URL de la Página de Ayuda | https://github.com/Pranav2612000/wifi_share/issues |
URL de la Página de Política de Privacidad | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Idiomas Soportados | 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" ] } |