BoilerKey - Chrome

A simple chrome extension that allows you to get your boilerkey passcode in browser

什么是BoilerKey - Chrome?

BoilerKey - Chrome是由Anuraag开发的Chrome扩展程序,该扩展的主要功能是“A simple chrome extension that allows you to get your boilerkey passcode in browser”。

扩展截图

screenshot
screenshot

下载BoilerKey - Chrome扩展crx文件

下载BoilerKey - Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension that allows Purdue students to use BoilerKey from their web browser. The source for the Boiler Key chrome extension is available here: https://github.com/anuraagy/BoilerKey-Chrome and is open to pull requests and feature requests! 

Disclaimer: The BoilerKey - Chrome extension is in no way affiliated with Purdue University or Duo Security                    

扩展基本信息

名称 BoilerKey - Chrome BoilerKey - Chrome
ID iffgcddljpnfeknpdidnemgifdfaamei
官方URL https://chromewebstore.google.com/detail/boilerkey-chrome/iffgcddljpnfeknpdidnemgifdfaamei
简介 A simple chrome extension that allows you to get your boilerkey passcode in browser
文件大小 22.46 KB
安装次数 168
当前版本 1.1
更新时间 2018-12-13
上架时间 2018-12-12
评分 5.00/5 共7次评分
开发者 Anuraag
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BoilerKey - Chrome",
    "version": "1.1",
    "permissions": [
        "storage",
        "https:\/\/api-1b9bef70.duosecurity.com\/*"
    ],
    "description": "A simple chrome extension that allows you to get your boilerkey passcode in browser",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "BoilerKey - In Browser",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "128": "key.png"
    }
}