RndPhrase

Auto-generated secure passwords.

RndPhrase là gì?

RndPhrase là một tiện ích mở rộng Chrome được phát triển bởi brinchj, và tính năng chính của nó là "Auto-generated secure passwords.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        About
RndPhrase is a small add-on that will transform your regular passwords into secure per-domain passwords.
It does so on-the-fly without storing the passwords, or interrupt your browsing experience.

Why?
The main advantages of this approach is:
1) The password is randomized and thereby very hard to guess.
2) Two sites do not share passwords. If one site is hacked and its passwords leaked, it has no effect on your accounts on other sites.

Usage
First, configure a seed for RndPhrase through the add-on settings.
Second, press '@' in a password box before entering the password to activate RndPhrase.

Examples
You can try the system using the web-based version at:
http://rndphrase.appspot.com/

Some test passwords generated for:
facebook.com: sp2ueg3z9gp1mnd4
google.com: pdtstnvtrzzc4zxj
twitter.com: wtt1q7ssal3mcjqt
(generated using empty seed and password)

Wiki
Read more at our wiki at:
http://wiki.github.com/brinchj/RndPhrase/

Join our discussion group at:
https://groups.google.com/d/forum/rndphrase                    

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

Tên RndPhrase RndPhrase
ID ggnlobmiclcdfgbkpmbhjijfobbaehkc
URL Chính Thức https://chromewebstore.google.com/detail/rndphrase/ggnlobmiclcdfgbkpmbhjijfobbaehkc
Mô tả Auto-generated secure passwords.
Kích Thước Tệp 39.16 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.9.18
Cập Nhật Lần Cuối 2012-10-19
Ngày Phát Hành 2012-10-19
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển brinchj
Loại Thanh Toán free
Trang Web Mở Rộng http://wiki.github.com/brinchj/RndPhrase/
URL Trang Trợ Giúp http://github.com/brinchj/RndPhrase/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "overlay.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "permissions": [],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "RndPhrase",
    "description": "Auto-generated secure passwords.",
    "version": "0.9.18",
    "options_page": "options.html",
    "icons": {
        "64": "icon.png",
        "128": "icon.png"
    }
}