Show Password

Show Password

Co to jest Show Password?

Show Password to rozszerzenie Chrome opracowane przez samhagin, a jego główną funkcją jest „Show Password”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Show Password

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

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

Podstawowe informacje o rozszerzeniu

Nazwa Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
Oficjalny URL https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
Opis Show Password
Rozmiar pliku 36.15 KB
Liczba instalacji 6,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-08-20
Data Publikacji 2013-08-20
Ocena 4.27/5 Łącznie 30 Oceny
Deweloper samhagin
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}