GMP

Generate Me Password chrome extension

GMPとは何ですか?

GMPは3axap4eHkoによって開発されたChromeの拡張機能で、その主な機能は「Generate Me Password chrome extension」です。

拡張機能のスクリーンショット

screenshot

GMP拡張機能のCRXファイルをダウンロード

GMP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # 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
Eメール [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"
    }
}