un-password
simple way to reveal password inputs on chrome - for lazies
Was ist un-password?
un-password ist eine Chrome-Erweiterung, die von denolk entwickelt wurde, und ihr Hauptmerkmal ist "simple way to reveal password inputs on chrome - for lazies".
Erweiterungsscreenshots
un-password-Erweiterungs-CRX-Datei herunterladen
Laden Sie un-password-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
simple way to reveal password inputs on chrome - for lazies
just double-click on the password input. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
| Offizielle URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
| Beschreibung | simple way to reveal password inputs on chrome - for lazies |
| Dateigröße | 14.09 KB |
| Installationsanzahl | 17 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2018-09-02 |
| Veröffentlichungsdatum | 2018-09-01 |
| Entwickler | denolk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ozgend/un-password |
| Hilfeseite URL | https://github.com/ozgend/un-password |
| Unterstützte Sprachen | 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
} | |