TOTP
TOTP
What is TOTP?
TOTP is a Chrome extension developed by NETCOREXT, and its main feature is "TOTP".
Extension Screenshots
Download TOTP Extension CRX File
Download TOTP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
TOTP Tools JSON Settings: [ { "label": "label", "secret": "[secret of base32 encode]", "issuer": "issuer" } ]
Extension Basic Information
Name | |
ID | bnmflocaogdfmdlebjleddijnglaclao |
Official URL | https://chrome.google.com/webstore/detail/totp/bnmflocaogdfmdlebjleddijnglaclao |
Description | TOTP |
File Size | 1.46 MB |
Installation Count | 144 |
Current Version | 1.0.0 |
Last Updated | 2019-07-05 |
Publish Date | 2019-07-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | NETCOREXT |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TOTP", "version": "1.0.0", "description": "TOTP", "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "TOTP", "default_popup": "popup.html" } } |