YubNub

Replaces all YubiKey and all Midway Token with YubNub

YubNubคืออะไร?

YubNub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย automatoney และคุณลักษณะหลักของมันคือ "Replaces all YubiKey and all Midway Token with YubNub"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YubNub

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}