Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Co to jest Password Reveal?

Password Reveal to rozszerzenie Chrome opracowane przez https://suarezluis.com, a jego główną funkcją jest „One click password reveal. Just click the icon and any password that is hidden will become legible text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Password Reveal

Pobierz pliki rozszerzeń Password Reveal 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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Oficjalny URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Opis One click password reveal. Just click the icon and any password that is hidden will become legible text.
Rozmiar pliku 7.59 KB
Liczba instalacji 815
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-08
Data Publikacji 2019-01-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://suarezluis.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}