Show Password

Passwords are shown in plain text in asterisk fields on the page being viewed

Co to jest Show Password?

Show Password to rozszerzenie Chrome opracowane przez danyossidia, a jego główną funkcją jest „Passwords are shown in plain text in asterisk fields on the page being viewed”.

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 enables you to reveal the password behind the asterisk password field. Simply click "Show Password!"                    

Podstawowe informacje o rozszerzeniu

Nazwa Show Password Show Password
ID blelcdgbeokmmchmggmogkdgcpifijam
Oficjalny URL https://chrome.google.com/webstore/detail/show-password/blelcdgbeokmmchmggmogkdgcpifijam
Opis Passwords are shown in plain text in asterisk fields on the page being viewed
Rozmiar pliku 34.03 KB
Liczba instalacji 1,842
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-12-19
Data Publikacji 2013-12-19
Ocena 3.32/5 Łącznie 25 Oceny
Deweloper danyossidia
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Show Password",
    "description": "Passwords are shown in plain text in asterisk fields on the page being viewed",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}