un-password
simple way to reveal password inputs on chrome - for lazies
un-passwordとは何ですか?
un-passwordはdenolkによって開発されたChromeの拡張機能で、その主な機能は「simple way to reveal password inputs on chrome - for lazies」です。
拡張機能のスクリーンショット
un-password拡張機能のCRXファイルをダウンロード
un-password拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                     拡張機能の基本情報
| 名前 |   |  
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd | 
| 公式URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd | 
| 説明 | simple way to reveal password inputs on chrome - for lazies | 
| ファイルサイズ | 14.09 KB | 
| インストール数 | 17 | 
| 現在のバージョン | 1.0.2 | 
| 最終更新日 | 2018-09-02 | 
| 公開日 | 2018-09-01 | 
| 開発者 | denolk | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/ozgend/un-password | 
| ヘルプページのURL | https://github.com/ozgend/un-password | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "un-password",
    "author": "denolk",
    "description": "simple way to reveal password inputs on chrome - for lazies",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}  |  |