Show Hidden Password
Reveal the password hidden behind asterisks on login pages
Show Hidden Password란 무엇입니까?
Show Hidden Password은(는) http://digitalinspiration.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveal the password hidden behind asterisks on login pages"입니다.
확장 프로그램 스크린샷
Show Hidden Password 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web browsers hide the passwords on login pages behind asterisks for security reason. Whether you are logging into Facebook, Gmail, PayPal or Twitter, all secure websites offer an option to save passwords in the browser but none would reveal the passwords in plain text. Microsoft Edge browser adds an eye icon to the password field to let you quickly mask and unmask the characters. This Google Chrome extension uses a similar approach. It shows the passwords when you focus the password field and replaces the characters with dots as soon as you move the cursor out of the password field. Some websites, for example PayPal, do not offer the option to save your password in the browser. This Google Chrome extension overrides the default behaviour and lets you save the password so you can quickly login to your favourite websites without having to enter the password each time. It does so by adding the autocomplete=on property to the input password fields but, unfortunately, in the newer releases on Google Chrome, the property is ignored.
확장 프로그램 기본 정보
이름 | |
ID | enhinpoafplfmeeefjglkakjegjcakjl |
공식 URL | https://chrome.google.com/webstore/detail/show-hidden-password/enhinpoafplfmeeefjglkakjegjcakjl |
설명 | Reveal the password hidden behind asterisks on login pages |
파일 크기 | 13.93 KB |
설치 횟수 | 9,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-03-23 |
출시 날짜 | 2017-01-04 |
평점 | 2.55/5 총 115 개의 평점 |
개발자 | http://digitalinspiration.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.labnol.org/internet/reveal-hidden-password/25600/ |
도움말 페이지 URL | https://digitalinspiration.com/support |
개인정보 보호 정책 페이지 URL | https://digitalinspiration.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Hidden Password", "short_name": "ShowPassword", "description": "Reveal the password hidden behind asterisks on login pages", "author": "Amit Agarwal", "homepage_url": "https:\/\/www.labnol.org\/internet\/reveal-hidden-password\/25600\/", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |