ShowPasswords

Gives the user a simple way to show and copy passwords of an input type password field.

ShowPasswordsとは何ですか?

ShowPasswordsはhttps://kaletsch.techによって開発されたChromeの拡張機能で、その主な機能は「Gives the user a simple way to show and copy passwords of an input type password field.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ShowPasswords拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ShowPasswords is a Chrome Extension that allows to easily access passwords from input fields.

The extensions replaces the input type attribute password with text in an active tab and vice versa. It can also extract passwords in a textarea field which allows simple copying.

ShowPasswords source code is released under MIT License and available at GitHub.                    

拡張機能の基本情報

名前 ShowPasswords ShowPasswords
ID hjelhmgihhbonhfncmoblamoenjcppej
公式URL https://chromewebstore.google.com/detail/showpasswords/hjelhmgihhbonhfncmoblamoenjcppej
説明 Gives the user a simple way to show and copy passwords of an input type password field.
ファイルサイズ 47.5 KB
インストール数 313
現在のバージョン 0.1
最終更新日 2018-08-03
公開日 2018-08-03
評価 5.00/5 合計 1 レビュー
開発者 https://kaletsch.tech
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowPasswords",
    "short_name": "ShowPasswords",
    "version": "0.1",
    "description": "Gives the user a simple way to show and copy passwords of an input type password field.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "kaletsch.tech GmbH ",
    "homepage_url": "https:\/\/github.com\/alexka\/showpasswords",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdParty\/jquery-3.3.1.min.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}