Password Hint
Lists out the password requirements for the current website
Password Hint là gì?
Password Hint là một tiện ích mở rộng Chrome được phát triển bởi Drake L, và tính năng chính của nó là "Lists out the password requirements for the current website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Password Hint
Tải xuống các tệp mở rộng Password Hint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Hint |
ID | okdidhmfanlihamcidabkdjmpdmnhnde |
URL Chính Thức | https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde |
Mô tả | Lists out the password requirements for the current website |
Kích Thước Tệp | 41.22 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2016-12-29 |
Ngày Phát Hành | 2016-12-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Drake L |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/drakelevy/PasswordHint |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |