Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
What is Wifi Share?
Wifi Share is a Chrome extension developed by https://quick-wifi-share.web.app, and its main feature is "A minimal browser extension to allow you to share a scratchpad over the network.".
Extension Screenshots
Download Wifi Share Extension CRX File
Download Wifi Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
Official URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Description | A minimal browser extension to allow you to share a scratchpad over the network. |
File Size | 899 KB |
Installation Count | 64 |
Current Version | 0.0.2 |
Last Updated | 2023-04-28 |
Publish Date | 2023-03-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://quick-wifi-share.web.app |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Pranav2612000/wifi_share |
Help Page URL | https://github.com/Pranav2612000/wifi_share/issues |
Privacy Policy Page URL | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Supported Languages | 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" ] } |