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ファイルをダウンロード

Password Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}