Password to text

Changes password type to text

Vad är Password to text?

Password to text är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Changes password type to text".

Tilläggsskärmbilder

screenshot

Ladda ner Password to text-förlängningens CRX-fil

Ladda ner Password to text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
Officiell webbadress https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Beskrivning Changes password type to text
Filstorlek 6.48 KB
Antal Installationer 112
Aktuell Version 1
Senast Uppdaterad 2019-09-27
Publiceringsdatum 2019-09-26
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}