GMP

Generate Me Password chrome extension

GMP란 무엇입니까?

GMP은(는) 3axap4eHko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate Me Password chrome extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        # Generate Me Password

## Details

Password generator generates a persistent passwords for you based on Secure Hash Algorithm SHA512 and custom encoding.
Uses current page URL, password size, password expiration period, your credentials and provided GEO coordinates for generation very strong persistent password.
Persistent password is a strong password with same generation value for the same input parameters.
Automatically clears clipboard.

## License

Copyright (c) 2016-2017 Zakharchanka (3axap4eHko) Ivan

Creative Commons Attribution 4.0 International License

https://creativecommons.org/licenses/by/4.0/legalcode                    

확장 프로그램 기본 정보

이름 GMP GMP
ID lghchjpnonkjgcofdgclcpnooaggdoje
공식 URL https://chromewebstore.google.com/detail/gmp/lghchjpnonkjgcofdgclcpnooaggdoje
설명 Generate Me Password chrome extension
파일 크기 217 KB
설치 횟수 69
현재 버전 2.2.0
최근 업데이트 2017-05-13
출시 날짜 2017-05-12
평점 4.50/5 총 2 개의 평점
개발자 3axap4eHko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/3axap4eHko/gmp
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "3axap4eHko",
    "version": "2.2.0",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "GMP",
    "short_name": "OWA Pro",
    "description": "Generate Me Password chrome extension",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "web_accessible_resources": [
        "images\/icon_128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: filesystem: chrome-extension-resource: https:\/\/*.google.com\/ https:\/\/*.googleapis.com\/; object-src 'none'",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "",
        "activeTab",
        "tabs",
        "geolocation",
        "background"
    ],
    "background": {
        "page": "background.html"
    }
}