Password Revealer

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

Co to jest Password Revealer?

Password Revealer to rozszerzenie Chrome opracowane przez Joel Saupe, a jego główną funkcją jest „Reveals the value of all password fields on the current page. Great for trying to remember what your password is.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Password Revealer

Pobierz pliki rozszerzeń Password Revealer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
Oficjalny URL https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Opis Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
Rozmiar pliku 7.7 KB
Liczba instalacji 11,999
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-16
Data Publikacji 2015-11-16
Ocena 4.10/5 Łącznie 20 Oceny
Deweloper Joel Saupe
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}