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 |
官方網址 | 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" ] } |