Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

Vad är Password Revealer?

Password Revealer är en Chrome-tillägg utvecklad av Joel Saupe, och dess huvudfunktion är "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".

Tilläggsskärmbilder

screenshot

Ladda ner Password Revealer-förlängningens CRX-fil

Ladda ner Password Revealer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.                    

Grundläggande Information om Tillägg

Namn Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
Officiell webbadress https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Beskrivning Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Filstorlek 7.7 KB
Antal Installationer 11,999
Aktuell Version 1.0
Senast Uppdaterad 2015-11-16
Publiceringsdatum 2015-11-16
Betyg 4.10/5 Totalt 20 Betyg
Utvecklare Joel Saupe
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Revealer",
    "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "unlock-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}