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" ] } |