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
官方網址 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"
    }
}