Password to text
Changes password type to text
Co to jest Password to text?
Password to text to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Changes password type to text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Password to text
Pobierz pliki rozszerzeń Password to text 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
Allows you to unhide your password while you are typing it in, to make sure that there is not a typo. This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.
Podstawowe informacje o rozszerzeniu
Nazwa | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
Oficjalny URL | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
Opis | Changes password type to text |
Rozmiar pliku | 6.48 KB |
Liczba instalacji | 112 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2019-09-27 |
Data Publikacji | 2019-09-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password to text", "version": "1", "manifest_version": 2, "description": "Changes password type to text", "background": { "scripts": [ "background.js" ], "icons": "32: icon.png", "credit": "Lock And Unlock Icon #10739<\/a>" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |