Password revealer

A plugin to reveal passwords on a page.

Password revealerとは何ですか?

Password revealerはgiangi.cesによって開発されたChromeの拡張機能で、その主な機能は「A plugin to reveal passwords on a page.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.                    

拡張機能の基本情報

名前 Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
公式URL https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
説明 A plugin to reveal passwords on a page.
ファイルサイズ 18.46 KB
インストール数 22
現在のバージョン 0.0.1
最終更新日 2018-08-07
公開日 2018-08-07
開発者 giangi.ces
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A plugin to reveal passwords on a page.",
    "homepage_url": "https:\/\/loudsrl.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_title": "Reveal!"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}