Safe Password Generator

Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.

Safe Password Generator là gì?

Safe Password Generator là một tiện ích mở rộng Chrome được phát triển bởi Andrey Gadyukov, và tính năng chính của nó là "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safe Password Generator

Tải xuống các tệp mở rộng Safe Password Generator 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

                        A strong password is key for protecting your personal info and assets online. Using a different password for every website that is long and has multiple types of characters (numbers, letters, and symbols) will help protect you from someone hacking into your accounts.

Safe Password Generator is done client-side, on your computer. These passwords are never shared with third party.

This extension uses W3C Crypto API to generate hardened passwords.

The extension built completely with Material Design. It makes it look cleaner, user-friendly and modern.

Changelog:
  v0.4.1 (12/17/2017):
    - Minimum Chrome version is 49 (for security reasons).
    - Reduced the extension size by 26.5% (now it's more lightweight).
    - Some UI improvements.

  v0.3 (8/6/2017):
    - Some UI improvements.
    - New copy feature.
    - Less package size. 
    - Memory usage reducing.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safe Password Generator Safe Password Generator
ID iehmeaphkomiijphkppaflcoabbchhai
URL Chính Thức https://chromewebstore.google.com/detail/safe-password-generator/iehmeaphkomiijphkppaflcoabbchhai
Mô tả Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.
Kích Thước Tệp 61.41 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2017-12-18
Ngày Phát Hành 2017-12-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Andrey Gadyukov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safe Password Generator",
    "description": "Allows you to generate securely passwords using cryptographic approach W3C CryptoAPI.",
    "version": "0.4.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "minimum_chrome_version": "49"
}