un-password
simple way to reveal password inputs on chrome - for lazies
Co to jest un-password?
un-password to rozszerzenie Chrome opracowane przez denolk, a jego główną funkcją jest „simple way to reveal password inputs on chrome - for lazies”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia un-password
Pobierz pliki rozszerzeń un-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
simple way to reveal password inputs on chrome - for lazies just double-click on the password input.
Podstawowe informacje o rozszerzeniu
Nazwa | un-password |
ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
Oficjalny URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
Opis | simple way to reveal password inputs on chrome - for lazies |
Rozmiar pliku | 14.09 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2018-09-02 |
Data Publikacji | 2018-09-01 |
Deweloper | denolk |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ozgend/un-password |
Adres URL Strony Pomocy | https://github.com/ozgend/un-password |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "un-password", "author": "denolk", "description": "simple way to reveal password inputs on chrome - for lazies", "version": "1.0.2", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |