Show Password
Show Password
什麼是Show Password?
Show Password是由samhagin開發的Chrome擴展程式,該擴展的主要功能是“Show Password”。
擴展截圖
下載Show Password擴展crx文件
下載Show Password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.
擴展基本資訊
名稱 | |
ID | gaichhcdflnpllpkmocfcbkbacefiank |
官方網址 | https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank |
簡介 | Show Password |
檔案大小 | 36.15 KB |
安裝次數 | 6,000 |
目前版本 | 1.0 |
更新時間 | 2013-08-20 |
上架時間 | 2013-08-20 |
評分 | 4.27/5 共 30 次評分 |
開發者 | samhagin |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "description": "Show Password", "content_scripts": [ { "js": [ "jquery.min.js", "jquery.showPassword.min.js", "showPassword.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "minimum_chrome_version": "6", "manifest_version": 2, "name": "Show Password", "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |