Pwd#

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

Cos'è Pwd#?

Pwd# è un'estensione di Chrome sviluppata da https://phill84.org, e la sua funzione principale è "Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pwd#

Scarica i file di estensione Pwd# in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pwd# Pwd#
ID banbidfnbpjlkeegobegafaalkcneihe
URL Ufficiale https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe
Descrizione Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
Dimensione del File 126 KB
Conteggio Installazioni 23
Versione Corrente 0.3
Ultimo Aggiornamento 2012-12-28
Data di Pubblicazione 2012-12-28
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://phill84.org
Tipo di Pagamento free
Lingue Supportate 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"
    }
}