Password Hint
Lists out the password requirements for the current website
什麼是Password Hint?
Password Hint是由Drake L開發的Chrome擴展程式,該擴展的主要功能是“Lists out the password requirements for the current website”。
擴展截圖
下載Password Hint擴展crx文件
下載Password Hint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of remembering all the different password requirements for websites? Password Hint allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into. Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04 This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such. Source code here: https://github.com/drakelevy/PasswordHint
擴展基本資訊
名稱 | Password Hint |
ID | okdidhmfanlihamcidabkdjmpdmnhnde |
官方網址 | https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde |
簡介 | Lists out the password requirements for the current website |
檔案大小 | 41.22 KB |
安裝次數 | 65 |
目前版本 | 1.0.8 |
更新時間 | 2016-12-29 |
上架時間 | 2016-12-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Drake L |
付費類型 | free |
擴展官網 | https://github.com/drakelevy/PasswordHint |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Hint", "manifest_version": 2, "version": "1.0.8", "description": "Lists out the password requirements for the current website", "author": "Drake Levy", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Click to see website password requirements", "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |