Password to text

Changes password type to text

What is Password to text?

Password to text is a Chrome extension developed by Unknown, and its main feature is "Changes password type to text".

Extension Screenshots

screenshot

Download Password to text Extension CRX File

Download Password to text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
Official URL https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Description Changes password type to text
File Size 6.48 KB
Installation Count 112
Current Version 1
Last Updated 2019-09-27
Publish Date 2019-09-26
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}