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 |
官方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" } } |