GMP

Generate Me Password chrome extension

Wat is GMP?

GMP is een Chrome-extensie ontwikkeld door 3axap4eHko, en de belangrijkste functie is "Generate Me Password chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GMP

Download GMP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        # 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                    

Basisinformatie over de Extensie

Naam GMP GMP
ID lghchjpnonkjgcofdgclcpnooaggdoje
Officiële URL https://chromewebstore.google.com/detail/gmp/lghchjpnonkjgcofdgclcpnooaggdoje
Beschrijving Generate Me Password chrome extension
Bestandsgrootte 217 KB
Aantal Installaties 69
Huidige Versie 2.2.0
Laatst Bijgewerkt 2017-05-13
Publicatiedatum 2017-05-12
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar 3axap4eHko
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/3axap4eHko/gmp
Ondersteunde Talen 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"
    }
}