Simple OTP Token Generator
A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu.
什麼是Simple OTP Token Generator?
Simple OTP Token Generator是由danielerez開發的Chrome擴展程式,該擴展的主要功能是“A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu.”。
擴展截圖
下載Simple OTP Token Generator擴展crx文件
下載Simple OTP Token Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu. 擴展基本資訊
| 名稱 | |
| ID | lcohfbdkckffmhclhoidahddlkffebaa |
| 官方網址 | https://chromewebstore.google.com/detail/simple-otp-token-generato/lcohfbdkckffmhclhoidahddlkffebaa |
| 簡介 | A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu. |
| 檔案大小 | 221 KB |
| 安裝次數 | 645 |
| 目前版本 | 1.0.0.4 |
| 更新時間 | 2018-07-20 |
| 上架時間 | 2018-07-20 |
| 評分 | 4.20/5 共 5 次評分 |
| 開發者 | danielerez |
| 付費類型 | free |
| 擴展官網 | https://github.com/chipchaderez/otp-gen-chrome-ext |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple OTP Token Generator",
"version": "1.0.0.4",
"manifest_version": 2,
"description": "A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu.",
"browser_action": {
"default_icon": "assets\/lock.png",
"default_popup": "popup.html"
},
"background": {
"persistent": false,
"scripts": [
"scripts\/background.js",
"scripts\/key-utils.js",
"scripts\/lib\/hotp.js",
"scripts\/lib\/2.0.0-crypto-sha1.js",
"scripts\/lib\/2.0.0-hmac-min.js"
]
},
"content_scripts": [
{
"matches": [
" | |