Password to text
Changes password type to text
Apa itu Password to text?
Password to text adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Changes password type to text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Password to text
Unduh file ekstensi Password to text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
URL Resmi | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
Deskripsi | Changes password type to text |
Ukuran File | 6.48 KB |
Jumlah Instalasi | 112 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2019-09-27 |
Tanggal Publikasi | 2019-09-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |