Pwd#

Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.

Pwd#とは何ですか?

Pwd#はhttps://phill84.orgによって開発されたChromeの拡張機能で、その主な機能は「Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Chrome extension based on PwdHash 1.7

Usage:

- click icon to open popup page and save master password
- press ctrl+\ to fill in all password input on page (including iframes), page doesn’t necessarily need to be completely loaded, hashed password is copied into clipboard so that it's possible to manually paste it in case autofill doesn't work
- double click on a filled password input to show unmasked password                    

拡張機能の基本情報

名前 Pwd# Pwd#
ID banbidfnbpjlkeegobegafaalkcneihe
公式URL https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe
説明 Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
ファイルサイズ 126 KB
インストール数 23
現在のバージョン 0.3
最終更新日 2012-12-28
公開日 2012-12-28
評価 3.00/5 合計 2 レビュー
開発者 https://phill84.org
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pwd#",
    "version": "0.3",
    "description": "Pwdhash 1.7 for Chrome. Press ctrl+\\  to fill in password fields.",
    "icons": {
        "16": "ico\/hash16.png",
        "48": "ico\/hash48.png",
        "128": "ico\/hash128.png"
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "pwdhash.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Pwd#",
        "default_icon": "ico\/hash16.png",
        "default_popup": "popup.html"
    }
}