Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Was ist Wifi Share?
Wifi Share ist eine Chrome-Erweiterung, die von https://quick-wifi-share.web.app entwickelt wurde, und ihr Hauptmerkmal ist "A minimal browser extension to allow you to share a scratchpad over the network.".
Erweiterungsscreenshots
Wifi Share-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wifi Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
Offizielle URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Beschreibung | A minimal browser extension to allow you to share a scratchpad over the network. |
Dateigröße | 899 KB |
Installationsanzahl | 64 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2023-04-28 |
Veröffentlichungsdatum | 2023-03-11 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://quick-wifi-share.web.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Pranav2612000/wifi_share |
Hilfeseite URL | https://github.com/Pranav2612000/wifi_share/issues |
URL der Datenschutzrichtlinien-Seite | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Unterstützte Sprachen | 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" ] } |