Pwd#

Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.

Qu'est-ce que Pwd# ?

Pwd# est une extension Chrome développée par https://phill84.org, et sa fonction principale est "Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pwd#

Téléchargez les fichiers d'extension Pwd# 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

                        Chrome extension based on PwdHash 1.7

Usage:

- click icon to open popup page and save master password
- press ctrl+\ to fill in all password input on page (including iframes), page doesn’t necessarily need to be completely loaded, hashed password is copied into clipboard so that it's possible to manually paste it in case autofill doesn't work
- double click on a filled password input to show unmasked password                    

Informations de Base sur l'Extension

Nom Pwd# Pwd#
ID banbidfnbpjlkeegobegafaalkcneihe
URL Officiel https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe
Description Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
Taille du Fichier 126 KB
Nombre d'Installations 23
Version Actuelle 0.3
Dernière Mise à Jour 2012-12-28
Date de Publication 2012-12-28
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://phill84.org
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pwd#",
    "version": "0.3",
    "description": "Pwdhash 1.7 for Chrome. Press ctrl+\\  to fill in password fields.",
    "icons": {
        "16": "ico\/hash16.png",
        "48": "ico\/hash48.png",
        "128": "ico\/hash128.png"
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pwdhash.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Pwd#",
        "default_icon": "ico\/hash16.png",
        "default_popup": "popup.html"
    }
}