Yagi

External watchlist for Wigle.

Yagiとは何ですか?

Yagiはdev.perunによって開発されたChromeの拡張機能で、その主な機能は「External watchlist for Wigle.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Yagi serves as an external watchlist for WiGLE. It informs you whenever a new data for desired network is available in the WiGLE database. 

Enjoy!                    

拡張機能の基本情報

名前 Yagi Yagi
ID kncjhnkkgegblcmaelhejhdhgccbcmdg
公式URL https://chromewebstore.google.com/detail/yagi/kncjhnkkgegblcmaelhejhdhgccbcmdg
説明 External watchlist for Wigle.
ファイルサイズ 50.17 KB
インストール数 29
現在のバージョン 1.0
最終更新日 2021-10-20
公開日 2021-10-20
開発者 dev.perun
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yagi",
    "description": "External watchlist for Wigle.",
    "version": "1.0",
    "manifest_version": 3,
    "options_page": "\/html\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "downloads",
        "https:\/\/api.wigle.net\/*"
    ]
}