Kasa Desktop

Control TP-Link plugs, bulbs and switches from desktop

Kasa Desktopとは何ですか?

Kasa Desktopはhttps://inchwest.comによって開発されたChromeの拡張機能で、その主な機能は「Control TP-Link plugs, bulbs and switches from desktop」です。

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

screenshot

Kasa Desktop拡張機能のCRXファイルをダウンロード

Kasa Desktop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Control TP-Link plugs, bulbs and switches from your computer using Kasa Desktop - Chrome Extension.                    

拡張機能の基本情報

名前 Kasa Desktop Kasa Desktop
ID fbpeahdjalcoilekhipheclpppnjeigl
公式URL https://chrome.google.com/webstore/detail/kasa-desktop/fbpeahdjalcoilekhipheclpppnjeigl
説明 Control TP-Link plugs, bulbs and switches from desktop
ファイルサイズ 31.26 KB
インストール数 1,079
現在のバージョン 1.1
最終更新日 2022-05-03
公開日 2022-05-03
評価 1.20/5 合計 10 レビュー
開発者 https://inchwest.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://inchwest.com/kasa-extension/
ヘルプページのURL https://inchwest.com/kasa-extension/
プライバシーポリシーページのURL https://inchwest.com/privacy.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kasa Desktop",
    "description": "Control TP-Link plugs, bulbs and switches from desktop",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}