Password Chameleon
Password Generator
Password Chameleon란 무엇입니까?
Password Chameleon은(는) https://passwordchameleon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password Generator"입니다.
확장 프로그램 스크린샷
Password Chameleon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Password Chameleon provides a unique, secure password for every website you visit. Simply enter your secret password and Password Chameleon will generate a password for you and copy it to the clipboard. - Passwords are never stored or sent over the internet. - Passwords are 10 characters and always contain numbers, letters and punctuation. - Password Chameleon is also available for your smartphone or computer. Visit the Password Chameleon website for more information.
확장 프로그램 기본 정보
이름 | Password Chameleon |
ID | ihgpfjkeignaegoghdopjncdahgilfnc |
공식 URL | https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc |
설명 | Password Generator |
파일 크기 | 20.1 KB |
설치 횟수 | 1,154 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2021-04-19 |
출시 날짜 | 2013-06-16 |
평점 | 3.30/5 총 10 개의 평점 |
개발자 | https://passwordchameleon.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://passwordchameleon.com |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Chameleon", "version": "1.6.1", "manifest_version": 2, "description": "Password Generator", "homepage_url": "http:\/\/passwordchameleon.com", "icons": { "16": "ChameleonIcon_16x16.png", "48": "ChameleonIcon_48x48.png", "128": "ChameleonIcon_128x128.png" }, "browser_action": { "default_icon": "ChameleonIcon_19x19.png", "default_title": "Password Chameleon", "default_popup": "popup.html" }, "offline_enabled": true, "permissions": [ "tabs", "clipboardWrite" ] } |