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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | iffgcddljpnfeknpdidnemgifdfaamei |
| 官方網址 | 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"
}
} | |