Show Password Text
Shows text in password input
什麼是Show Password Text?
Show Password Text是由Dima PM開發的Chrome擴展程式,該擴展的主要功能是“Shows text in password input”。
擴展截圖
下載Show Password Text擴展crx文件
下載Show Password Text擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows text entered in password input by using context menu. 擴展基本資訊
| 名稱 | |
| ID | nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 官方網址 | https://chromewebstore.google.com/detail/show-password-text/nbnpfhgiaplhmklolpaealfkdpfmbbpb |
| 簡介 | Shows text in password input |
| 檔案大小 | 25.47 KB |
| 安裝次數 | 469 |
| 目前版本 | 0.2 |
| 更新時間 | 2016-10-30 |
| 上架時間 | 2016-10-30 |
| 開發者 | Dima PM |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Dima PM",
"manifest_version": 2,
"name": "Show Password Text",
"version": "0.2",
"description": "Shows text in password input",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"activeTab"
],
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |