Password Maker

Secure password maker

Was ist Password Maker?

Password Maker ist eine Chrome-Erweiterung, die von tillderoquefeuil entwickelt wurde, und ihr Hauptmerkmal ist "Secure password maker".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Password Maker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Password Maker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Thanks to PasswordMaker App, you'll be able to generate a secure password (lowercase, uppercase, special characters and numbers). 

All you need is a (secret) PIN, a safe word and to define a name foreach password (for exemple the site's name you're trying to log in). Nothing is saved in the app, it's only a password calculator (that provides you the same password each time *of course*).

You have some options like the number of characters, only numeric password and special characters. By default, the of number of characters is 16 and special characters are on.

The password generated is copied in the clipboard and if the active tab contains a password input it will fill it.                    

Grundlegende Informationen zur Erweiterung

Name Password Maker Password Maker
ID hecajkidojdekapmckfchajbphefecpk
Offizielle URL https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk
Beschreibung Secure password maker
Dateigröße 37.25 KB
Installationsanzahl 34
Aktuelle Version 3.2
Letztes Update 2020-04-29
Veröffentlichungsdatum 2020-04-29
Entwickler tillderoquefeuil
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Maker",
    "short_name": "PM",
    "version": "3.2",
    "manifest_version": 2,
    "description": "Secure password maker",
    "browser_action": {
        "default_popup": ".\/html\/main.html",
        "default_icon": ".\/icons\/icon.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}