Password to text

Changes password type to text

Wat is Password to text?

Password to text is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Changes password type to text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Password to text

Download Password to text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
Officiële URL https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Beschrijving Changes password type to text
Bestandsgrootte 6.48 KB
Aantal Installaties 112
Huidige Versie 1
Laatst Bijgewerkt 2019-09-27
Publicatiedatum 2019-09-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}