Random Password Genertor

Random Password Generator with MD5 support

Random Password Genertor란 무엇입니까?

Random Password Genertor은(는) Anil Konsal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random Password Generator with MD5 support"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a small extension to generate a Random Password.                    

확장 프로그램 기본 정보

이름 Random Password Genertor Random Password Genertor
ID ogohfgibcjpkpkjidgndicgcdhdgnjhh
공식 URL https://chrome.google.com/webstore/detail/random-password-genertor/ogohfgibcjpkpkjidgndicgcdhdgnjhh
설명 Random Password Generator with MD5 support
파일 크기 47.69 KB
설치 횟수 29
현재 버전 1.1
최근 업데이트 2013-01-24
출시 날짜 2013-01-24
평점 5.00/5 총 2 개의 평점
개발자 Anil Konsal
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Password Genertor",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "random.js",
                "scripts.js"
            ]
        }
    ],
    "description": "Random Password Generator with MD5 support",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "Test",
        "default_popup": "random.html"
    }
}