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开发的Chrome扩展程序,该扩展的主要功能是“A minimal browser extension to allow you to share a scratchpad over the network.”。
扩展截图
下载Wifi Share扩展crx文件
下载Wifi Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |