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 |
| 公式URL | 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 |
| Eメール | [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": []
}
]
} | |