Password Viewer

Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click

Password Viewer란 무엇입니까?

Password Viewer은(는) Satbir Kaushik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Password Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension facilitates the direct copying or viewing of passwords from input fields containing asterisk signs on any currently open web page.
--
Unlock a seamless browsing experience with our Chrome extension! By installing this powerful tool, you not only enhance your online interactions but also support the creation of valuable and innovative extensions. 
Your contribution fuels my dedication to developing top-notch solutions. Install now and be part of my mission to make your web journey extraordinary.                    

확장 프로그램 기본 정보

이름 Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
공식 URL https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
설명 Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
파일 크기 43.53 KB
설치 횟수 4,826
현재 버전 1.3
최근 업데이트 2023-09-04
출시 날짜 2018-03-17
평점 3.86/5 총 7 개의 평점
개발자 Satbir Kaushik
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Viewer",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click",
    "action": {
        "name": "Password Viewer",
        "icons": [
            "icon.png"
        ],
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Password Viewer"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copy.svg",
                "hide.svg",
                "show.svg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}