Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Qu'est-ce que Wifi Share ?
Wifi Share est une extension Chrome développée par https://quick-wifi-share.web.app, et sa fonction principale est "A minimal browser extension to allow you to share a scratchpad over the network.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wifi Share
Téléchargez les fichiers d'extension Wifi Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
URL Officiel | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Description | A minimal browser extension to allow you to share a scratchpad over the network. |
Taille du Fichier | 899 KB |
Nombre d'Installations | 64 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-04-28 |
Date de Publication | 2023-03-11 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://quick-wifi-share.web.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Pranav2612000/wifi_share |
URL de la Page d'Aide | https://github.com/Pranav2612000/wifi_share/issues |
URL de la Page de Politique de Confidentialité | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Langues Prises en Charge | 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" ] } |