YubNub
Replaces all YubiKey and all Midway Token with YubNub
什麼是YubNub?
YubNub是由automatoney開發的Chrome擴展程式,該擴展的主要功能是“Replaces all YubiKey and all Midway Token with YubNub”。
擴展截圖
下載YubNub擴展crx文件
下載YubNub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | YubNub |
ID | nhdpnfipncplliofcpalmnpbhbleldik |
官方網址 | 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" } } |