Password to text
Changes password type to text
什麼是Password to text?
Password to text是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Changes password type to text”。
擴展截圖
下載Password to text擴展crx文件
下載Password to text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Password to text |
ID | aoebcgakfaghjfeifibpggnelepdalhf |
官方網址 | https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf |
簡介 | Changes password type to text |
檔案大小 | 6.48 KB |
安裝次數 | 112 |
目前版本 | 1 |
更新時間 | 2019-09-27 |
上架時間 | 2019-09-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" ] } |