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
擴展基本資訊
名稱 | Random password generator |
ID | mocnjepdabllpdhmaaddmjdlmmclnmah |
官方網址 | 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ć |
電子郵箱 | [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" ] } |