Wifi Share
A minimal browser extension to allow you to share a scratchpad over the network.
Co je Wifi Share?
Wifi Share je rozšíření Chrome vyvinuté https://quick-wifi-share.web.app, a jeho hlavní funkcí je „A minimal browser extension to allow you to share a scratchpad over the network.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wifi Share
Stáhněte si soubory rozšíření Wifi Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Wifi Share |
ID | kdjhpollblakokcnfhbgmallkelgncbn |
Oficiální URL | https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn |
Popis | A minimal browser extension to allow you to share a scratchpad over the network. |
Velikost souboru | 899 KB |
Počet instalací | 64 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2023-04-28 |
Datum Vydání | 2023-03-11 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://quick-wifi-share.web.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Pranav2612000/wifi_share |
URL Stránky Nápovědy | https://github.com/Pranav2612000/wifi_share/issues |
URL Stránky Zásad Ochrany Soukromí | https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy |
Podporované Jazyky | 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" ] } |