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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}