Password revealer

Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.

Co to jest Password revealer?

Password revealer to rozszerzenie Chrome opracowane przez jonathan.svarden, a jego główną funkcją jest „Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.”.

Zrzuty ekranu rozszerzenia

screenshot
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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Password revealer Password revealer
ID ekgbhfcaocclbckaiodiegejdinnndja
Oficjalny URL https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja
Opis Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
Rozmiar pliku 15.35 KB
Liczba instalacji 967
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-03-30
Data Publikacji 2014-03-30
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper jonathan.svarden
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.1",
    "description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "revealext.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}