Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Wifi Share क्या है?
Wifi Share https://quick-wifi-share.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal browser extension to allow you to share a scratchpad over the network."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wifi Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
विवरण | A minimal browser extension to allow you to share a scratchpad over the network. |
फ़ाइल का आकार | 899 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-04-28 |
प्रकाशन तिथि | 2023-03-11 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://quick-wifi-share.web.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Pranav2612000/wifi_share |
सहायता पृष्ठ URL | https://github.com/Pranav2612000/wifi_share/issues |
गोपनीयता नीति पृष्ठ URL | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
समर्थित भाषाएँ | 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" ] } |