Wifi Share

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

Wifi Share là gì?

Wifi Share là một tiện ích mở rộng Chrome được phát triển bởi https://quick-wifi-share.web.app, và tính năng chính của nó là "A minimal browser extension to allow you to share a scratchpad over the network.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wifi Share

Tải xuống các tệp mở rộng Wifi Share dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wifi Share Wifi Share
ID kdjhpollblakokcnfhbgmallkelgncbn
URL Chính Thức https://chromewebstore.google.com/detail/wifi-share/kdjhpollblakokcnfhbgmallkelgncbn
Mô tả A minimal browser extension to allow you to share a scratchpad over the network.
Kích Thước Tệp 899 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-04-28
Ngày Phát Hành 2023-03-11
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://quick-wifi-share.web.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Pranav2612000/wifi_share
URL Trang Trợ Giúp https://github.com/Pranav2612000/wifi_share/issues
URL Trang Chính Sách Bảo Mật https://pranavjoglekarcodes.web.app/miscellaneous/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}