Strong Password Generator
Generate strong password for the most secure.
Strong Password Generator란 무엇입니까?
Strong Password Generator은(는) AI Ocean에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate strong password for the most secure."입니다.
확장 프로그램 스크린샷
Strong Password Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate strong and highly secure passwords, for protecting your personal info. It's very fast and easy to use. Just one click on the extension's icon, a strong password will be coppyed to your clipboard. Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard. You can change the options to make your password more memoriable. With strong password you can protect your account better. The algorithm to generate password is ported from lastPass.
확장 프로그램 기본 정보
이름 | Strong Password Generator |
ID | lpalkkjnignibpokfcdhhjamkpmppndn |
공식 URL | https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn |
설명 | Generate strong password for the most secure. |
파일 크기 | 101 KB |
설치 횟수 | 932 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-04-05 |
출시 날짜 | 2015-11-09 |
평점 | 4.71/5 총 7 개의 평점 |
개발자 | AI Ocean |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://laptrinh.senviet.org |
도움말 페이지 URL | http://laptrinh.senviet.org |
개인정보 보호 정책 페이지 URL | https://aiocean.io/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Strong Password Generator", "version": "1.1.1", "manifest_version": 2, "description": "Generate strong password for the most secure.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" }, "default_title": "Strong Password Generator", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |