Password Maker

Secure password maker

Qu'est-ce que Password Maker ?

Password Maker est une extension Chrome développée par tillderoquefeuil, et sa fonction principale est "Secure password maker".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Password Maker

Téléchargez les fichiers d'extension Password Maker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Password Maker Password Maker
ID hecajkidojdekapmckfchajbphefecpk
URL Officiel https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk
Description Secure password maker
Taille du Fichier 37.25 KB
Nombre d'Installations 34
Version Actuelle 3.2
Dernière Mise à Jour 2020-04-29
Date de Publication 2020-04-29
Développeur tillderoquefeuil
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}