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.
What is Simple OTP Token Generator?
Simple OTP Token Generator is a Chrome extension developed by danielerez, and its main feature is "A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu.".
Extension Screenshots
Download Simple OTP Token Generator Extension CRX File
Download Simple OTP Token Generator 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
A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu.
Extension Basic Information
Name | Simple OTP Token Generator |
ID | lcohfbdkckffmhclhoidahddlkffebaa |
Official URL | https://chromewebstore.google.com/detail/simple-otp-token-generato/lcohfbdkckffmhclhoidahddlkffebaa |
Description | A simple extension for generating HOTP tokens for a single secret. Supports pasting a new token from right-click context menu. |
File Size | 221 KB |
Installation Count | 645 |
Current Version | 1.0.0.4 |
Last Updated | 2018-07-20 |
Publish Date | 2018-07-20 |
Rating | 4.20/5 Total 5 Ratings |
Developer | danielerez |
Payment Type | free |
Extension Website | https://github.com/chipchaderez/otp-gen-chrome-ext |
Supported Languages | 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": [ " |