Safe Password Generator
Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.
Safe Password Generator란 무엇입니까?
Safe Password Generator은(는) Andrey Gadyukov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI."입니다.
확장 프로그램 스크린샷
Safe Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts. Safe Password Generator is done client-side, on your computer. These passwords are never shared with third party. This extension uses W3C Crypto API to generate hardened passwords. The extension built completely with Material Design. It makes it look cleaner, user-friendly and modern. Changelog: v0.4.1 (12/17/2017): - Minimum Chrome version is 49 (for security reasons). - Reduced the extension size by 26.5% (now it's more lightweight). - Some UI improvements. v0.3 (8/6/2017): - Some UI improvements. - New copy feature. - Less package size. - Memory usage reducing.
확장 프로그램 기본 정보
이름 | Safe Password Generator |
ID | iehmeaphkomiijphkppaflcoabbchhai |
공식 URL | https://chromewebstore.google.com/detail/safe-password-generator/iehmeaphkomiijphkppaflcoabbchhai |
설명 | Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI. |
파일 크기 | 61.41 KB |
설치 횟수 | 88 |
현재 버전 | 0.4.1 |
최근 업데이트 | 2017-12-18 |
출시 날짜 | 2017-12-18 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Andrey Gadyukov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe Password Generator", "description": "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.", "version": "0.4.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "minimum_chrome_version": "49" } |