Show password
Ability to show passwords in input fields!
什麼是Show password?
Show password是由https://zerfl.com開發的Chrome擴展程式,該擴展的主要功能是“Ability to show passwords in input fields!”。
擴展截圖
下載Show password擴展crx文件
下載Show password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unmask all password fields on any site!
Version 1.01:
* Fixed error when using the "Show password" button multiple times 擴展基本資訊
| 名稱 | |
| ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 官方網址 | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 簡介 | Ability to show passwords in input fields! |
| 檔案大小 | 12.84 KB |
| 安裝次數 | 1,824 |
| 目前版本 | 1.01 |
| 更新時間 | 2018-12-30 |
| 上架時間 | 2018-12-30 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://zerfl.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Show password",
"version": "1.01",
"description": "Ability to show passwords in input fields!",
"permissions": [
"declarativeContent",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
}
} | |