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 |
官方URL | 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" ] } |