Show password
Viewing hidden passwords on page
什麼是Show password?
Show password是由alexandr1drozd開發的Chrome擴展程式,該擴展的主要功能是“Viewing hidden passwords on page”。
擴展截圖
下載Show password擴展crx文件
下載Show password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available. 擴展基本資訊
| 名稱 | |
| ID | clknajphkicnepcpecgjghccmmkhcagc |
| 官方網址 | https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc |
| 簡介 | Viewing hidden passwords on page |
| 檔案大小 | 32.59 KB |
| 安裝次數 | 4,403 |
| 目前版本 | 2.1 |
| 更新時間 | 2023-02-02 |
| 上架時間 | 2019-01-19 |
| 評分 | 4.73/5 共 40 次評分 |
| 開發者 | alexandr1drozd |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Show password",
"description": "Viewing hidden passwords on page",
"icons": {
"19": "icons\/19.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"version": "2.1",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Make show password",
"default_popup": "popup.html"
}
} | |