Reveal

Context menu extension to view auto completed hidden password.

Revealとは何ですか?

RevealはShivによって開発されたChromeの拡張機能で、その主な機能は「Context menu extension to view auto completed hidden password.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        How many times have you forgotten the password saved by google passwords and have to manually logout or request for a new one without knowing how to view the hidden password? 

Reveal will help you make the hidden password visible. Simply right click on the password input field and chose 'Reveal password'.                    

拡張機能の基本情報

名前 Reveal Reveal
ID coickbnhchmdngjabciaimhdhnbgnpef
公式URL https://chromewebstore.google.com/detail/reveal/coickbnhchmdngjabciaimhdhnbgnpef
説明 Context menu extension to view auto completed hidden password.
ファイルサイズ 182 KB
インストール数 7,788
現在のバージョン 1.0
最終更新日 2020-03-03
公開日 2020-02-29
評価 4.40/5 合計 5 レビュー
開発者 Shiv
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reveal",
    "description": "Context menu extension to view auto completed hidden password.",
    "version": "1.0",
    "author": "Shivkanthb",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "images\/eyecon-16x16.png",
        "48": "images\/eyecon-48x48.png",
        "72": "images\/eyecon-72x72.png",
        "128": "images\/eyecon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}