The Password Genie

Instant and secure password generator, the extension is safe and open source

The Password Genie란 무엇입니까?

The Password Genie은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant and secure password generator, the extension is safe and open source"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Instant and Secure password generator.                    

확장 프로그램 기본 정보

이름 The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
공식 URL https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
설명 Instant and secure password generator, the extension is safe and open source
파일 크기 193 KB
설치 횟수 171
현재 버전 1.4.4
최근 업데이트 2018-05-07
출시 날짜 2018-05-07
평점 5.00/5 총 6 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://nourabusoud.github.io/password-genie/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Password Genie",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Instant and secure password generator, the extension is safe and open source",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]",
        "512": "images\/[email protected]",
        "1024": "images\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "The Password Genie",
        "default_popup": "popup.html"
    }
}