Wifi Share

A minimal browser extension to allow you to share a scratchpad over the network.

Wifi Shareคืออะไร?

Wifi Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quick-wifi-share.web.app และคุณลักษณะหลักของมันคือ "A minimal browser extension to allow you to share a scratchpad over the network."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wifi Share

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}