Easy OTP Extension
Generate OTP code based on your 2FA token
什麼是Easy OTP Extension?
Easy OTP Extension是由roma.tsvyk開發的Chrome擴展程式,該擴展的主要功能是“Generate OTP code based on your 2FA token”。
擴展截圖
下載Easy OTP Extension擴展crx文件
下載Easy OTP Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For people who wants to have quick access to the OTP code without using additional program 擴展基本資訊
| 名稱 | |
| ID | ejcjmkjooooefcfcichfdicgmoeophac |
| 官方網址 | https://chromewebstore.google.com/detail/easy-otp-extension/ejcjmkjooooefcfcichfdicgmoeophac |
| 簡介 | Generate OTP code based on your 2FA token |
| 檔案大小 | 1.16 MB |
| 安裝次數 | 35 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2022-12-21 |
| 上架時間 | 2022-12-21 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | roma.tsvyk |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Generate OTP code based on your 2FA token",
"version": "0.0.1",
"manifest_version": 3,
"name": "Easy OTP Extension",
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |