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 |
| 公式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"
}
} | |