Password Generator
This extension generates random characters for potential passwords.
Password Generator란 무엇입니까?
Password Generator은(는) https://mattjared.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension generates random characters for potential passwords."입니다.
확장 프로그램 스크린샷
Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension generates between two and nine (your choice) capitalized letters, lowercase letters, numbers and special characters. A fun project I made to shortcut having to create my own secure passwords. Do not share passwords with anyone, this project is for fun and entertainment only.
확장 프로그램 기본 정보
이름 | Password Generator |
ID | gmldplfcfpjpchkjhpkdodpchllnikii |
공식 URL | https://chromewebstore.google.com/detail/password-generator/gmldplfcfpjpchkjhpkdodpchllnikii |
설명 | This extension generates random characters for potential passwords. |
파일 크기 | 180 KB |
설치 횟수 | 46 |
현재 버전 | 1.4 |
최근 업데이트 | 2015-03-03 |
출시 날짜 | 2015-03-03 |
개발자 | https://mattjared.co |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Generator", "description": "This extension generates random characters for potential passwords.", "version": "1.4", "permissions": [ "" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |