Password to text

Changes password type to text

Password to textとは何ですか?

Password to textはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Changes password type to text」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows you to unhide your password while you are typing it in, to make sure that there is not a typo.  

This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.                    

拡張機能の基本情報

名前 Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
公式URL https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
説明 Changes password type to text
ファイルサイズ 6.48 KB
インストール数 112
現在のバージョン 1
最終更新日 2019-09-27
公開日 2019-09-26
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password to text",
    "version": "1",
    "manifest_version": 2,
    "description": "Changes password type to text",
    "background": {
        "scripts": [
            "background.js"
        ],
        "icons": "32: icon.png",
        "credit": "Lock And Unlock Icon #10739<\/a>"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}