GMP
Generate Me Password chrome extension
GMP là gì?
GMP là một tiện ích mở rộng Chrome được phát triển bởi 3axap4eHko, và tính năng chính của nó là "Generate Me Password chrome extension".
Ả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 GMP
Tải xuống các tệp mở rộng GMP 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
# Generate Me Password ## Details Password generator generates a persistent passwords for you based on Secure Hash Algorithm SHA512 and custom encoding. Uses current page URL, password size, password expiration period, your credentials and provided GEO coordinates for generation very strong persistent password. Persistent password is a strong password with same generation value for the same input parameters. Automatically clears clipboard. ## License Copyright (c) 2016-2017 Zakharchanka (3axap4eHko) Ivan Creative Commons Attribution 4.0 International License https://creativecommons.org/licenses/by/4.0/legalcode
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GMP |
ID | lghchjpnonkjgcofdgclcpnooaggdoje |
URL Chính Thức | https://chromewebstore.google.com/detail/gmp/lghchjpnonkjgcofdgclcpnooaggdoje |
Mô tả | Generate Me Password chrome extension |
Kích Thước Tệp | 217 KB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2017-05-13 |
Ngày Phát Hành | 2017-05-12 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | 3axap4eHko |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/3axap4eHko/gmp |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "3axap4eHko", "version": "2.2.0", "default_locale": "en", "manifest_version": 2, "name": "GMP", "short_name": "OWA Pro", "description": "Generate Me Password chrome extension", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "web_accessible_resources": [ "images\/icon_128.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval' blob: filesystem: chrome-extension-resource: https:\/\/*.google.com\/ https:\/\/*.googleapis.com\/; object-src 'none'", "permissions": [ "storage", "notifications", "contextMenus", " |