Password Toggler - view typed passwords
Adds button to show/hide password in input elements
Co to jest Password Toggler - view typed passwords?
Password Toggler - view typed passwords to rozszerzenie Chrome opracowane przez pckltr, a jego główną funkcją jest „Adds button to show/hide password in input elements”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Password Toggler - view typed passwords
Pobierz pliki rozszerzeń Password Toggler - view typed passwords 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 adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly.
Contribute: https://github.com/pckltr/password-toggler
Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | noeijkpjmgcnaoccgnfccfemmgbefnic |
| Oficjalny URL | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic |
| Opis | Adds button to show/hide password in input elements |
| Rozmiar pliku | 12.77 KB |
| Liczba instalacji | 963 |
| Aktualna Wersja | 1.3.2 |
| Ostatnia Aktualizacja | 2017-05-05 |
| Data Publikacji | 2017-05-05 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | pckltr |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/pckltr/password-toggler |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Toggler - view typed passwords",
"short_name": "passTogg",
"description": "Adds button to show\/hide password in input elements",
"version": "1.3.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-script.js"
]
}
]
} | |