Password to text
Changes password type to text
Qu'est-ce que Password to text ?
Password to text est une extension Chrome développée par Unknown, et sa fonction principale est "Changes password type to text".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password to text
Téléchargez les fichiers d'extension Password to text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
URL Officiel | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
Description | Changes password type to text |
Taille du Fichier | 6.48 KB |
Nombre d'Installations | 112 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2019-09-27 |
Date de Publication | 2019-09-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |