Password Generator

Password generator extension allows you to easily generate long and secure password in one click

Password Generator란 무엇입니까?

Password Generator은(는) https://xfox111.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password generator extension allows you to easily generate long and secure password in one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Password Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extension for web browsers which helps you to easily generate strong passwords in one click

## Features
- Create strong passwords in one click
- Customizable generator
- Clean and simple UI
- Dark mode

## Hey, It's open-source software!
If you know how to improve this extension you can check its GitHub Repository at:
https://github.com/xfox111/PasswordGeneratorExtension

Check out release changelog on:
https://github.com/xfox111/PasswordGeneratorExtension/releases/latest                    

확장 프로그램 기본 정보

이름 Password Generator Password Generator
ID jnjobgjobffgmgfnkpkjfjkkfhfikmfl
공식 URL https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl
설명 Password generator extension allows you to easily generate long and secure password in one click
파일 크기 282 KB
설치 횟수 1,811
현재 버전 3.1.0
최근 업데이트 2024-02-09
출시 날짜 2020-10-07
평점 3.75/5 총 4 개의 평점
개발자 https://xfox111.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xfox111.net/PasswordGenerator
도움말 페이지 URL https://xfox111.net/PasswordGenerator/issues
지원되는 언어 en,pl,pt-BR,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.0",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "__MSG_author__",
    "homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/popup.html"
    }
}