Random password generator
A simple random password generator for Chrome browser
Random password generatorとは何ですか?
Random password generatorはMatija Matečićによって開発されたChromeの拡張機能で、その主な機能は「A simple random password generator for Chrome browser」です。
拡張機能のスクリーンショット
Random password generator拡張機能のCRXファイルをダウンロード
Random password generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:
• beautiful minimalistic design
• supports light and dark theme
• password length between 1 and 99
• use numbers (0-9), lower cases (a-z), upper cases (A-Z), special (!?=)(&%$*+-.,:;) or your own custom characters
• exclude confusion characters (eg. O0lIi)
• mnemonic (easy-to-remember) passwords
• toggle password history
• add-on options saving
• copying to clipboard
Tips:
• if you want to generate a random number you can just select the Numbers checkbox and 1 char password length leaving all other options unchecked
• passwords are saved to history only when clicked "copy" and when History checkbox enabled
Note:
• privacy first - no trackers, no cookies
• everything is generated on client side 拡張機能の基本情報
| 名前 | |
| ID | mocnjepdabllpdhmaaddmjdlmmclnmah |
| 公式URL | https://chromewebstore.google.com/detail/random-password-generator/mocnjepdabllpdhmaaddmjdlmmclnmah |
| 説明 | A simple random password generator for Chrome browser |
| ファイルサイズ | 85.19 KB |
| インストール数 | 1,643 |
| 現在のバージョン | 2.4 |
| 最終更新日 | 2021-12-20 |
| 公開日 | 2020-03-17 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Matija Matečić |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Random password generator",
"short_name": "Random password generator",
"description": "A simple random password generator for Chrome browser",
"version": "2.4",
"author": "Matija Mate\u010di\u0107",
"homepage_url": "https:\/\/matija.matecic.com\/",
"icons": {
"48": "lib\/icon.png",
"96": "lib\/[email protected]"
},
"browser_action": {
"default_title": "Random password generator",
"default_popup": "random-password-generator.htm",
"default_icon": "lib\/icon.png"
},
"permissions": [
"storage"
]
} | |