un-password
simple way to reveal password inputs on chrome - for lazies
Hvad er un-password?
un-password er en Chrome-udvidelse udviklet af denolk, og dens hovedfunktion er "simple way to reveal password inputs on chrome - for lazies".
Udvidelsesskærmbilleder
Download un-password-udvidelses-CRX-fil
Download un-password-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
simple way to reveal password inputs on chrome - for lazies just double-click on the password input.
Grundlæggende oplysninger om udvidelsen
Navn | un-password |
ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
Officiel URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
Beskrivelse | simple way to reveal password inputs on chrome - for lazies |
Filstørrelse | 14.09 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2018-09-02 |
Udgivelsesdato | 2018-09-01 |
Udvikler | denolk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ozgend/un-password |
Hjælpeside-URL | https://github.com/ozgend/un-password |
Understøttede Sprog | 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 } |