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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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ć |
이메일 | [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" ] } |