YubNub

Replaces all YubiKey and all Midway Token with YubNub

YubNubとは何ですか?

YubNubはautomatoneyによって開発されたChromeの拡張機能で、その主な機能は「Replaces all YubiKey and all Midway Token with YubNub」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 YubNub YubNub
ID nhdpnfipncplliofcpalmnpbhbleldik
公式URL https://chromewebstore.google.com/detail/yubnub/nhdpnfipncplliofcpalmnpbhbleldik
説明 Replaces all YubiKey and all Midway Token with YubNub
ファイルサイズ 7.77 KB
インストール数 22
現在のバージョン 2.1
最終更新日 2018-06-04
公開日 2018-06-04
評価 2.33/5 合計 3 レビュー
開発者 automatoney
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YubNub",
    "short_name": "YubNub",
    "description": "Replaces all YubiKey and all Midway Token with YubNub",
    "version": "2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}