Show Password
Show Password
Hvad er Show Password?
Show Password er en Chrome-udvidelse udviklet af samhagin, og dens hovedfunktion er "Show Password".
Udvidelsesskærmbilleder
Download Show Password-udvidelses-CRX-fil
Download Show 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
This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
Officiel URL | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
Beskrivelse | Show Password |
Filstørrelse | 36.15 KB |
Antal Installationer | 6,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2013-08-20 |
Udgivelsesdato | 2013-08-20 |
Bedømmelse | 4.27/5 Samlet 30 Bedømmelser |
Udvikler | samhagin |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Show Password", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.showPassword.min.js", "showPassword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "6", "manifest_version": 2, "name": "Show Password", "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |