Password to text
Changes password type to text
Cos'è Password to text?
Password to text è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Changes password type to text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Password to text
Scarica i file di estensione Password to text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
URL Ufficiale | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
Descrizione | Changes password type to text |
Dimensione del File | 6.48 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2019-09-27 |
Data di Pubblicazione | 2019-09-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |