MyPass

Generate different passwords for different sites with a single passphrase.

MyPass là gì?

MyPass là một tiện ích mở rộng Chrome được phát triển bởi Chen Yufei, và tính năng chính của nó là "Generate different passwords for different sites with a single passphrase.".

Ả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 MyPass

Tải xuống các tệp mở rộng MyPass 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 different passwords for different sites with a single passphrase.

The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com).

There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html                    

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

Tên MyPass MyPass
ID pbaehcadchmngjeahmifjonliaaidgdj
URL Chính Thức https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj
Mô tả Generate different passwords for different sites with a single passphrase.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2014-03-26
Ngày Phát Hành 2014-03-26
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Chen Yufei
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cyfdecyf/mypass
URL Trang Trợ Giúp https://github.com/cyfdecyf/mypass/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyPass",
    "description": "Generate different passwords for different sites with a single passphrase.",
    "version": "1.4.2",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}