Password Reminder

Quickly connect to your favorite services

Password Reminder là gì?

Password Reminder là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Tribouharet, và tính năng chính của nó là "Quickly connect to your favorite services".

Ả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 Password Reminder

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

                        With this extension you can quickly connect to your services (Facebook, Google, Twitter...) without have to enter you login and password again and again.

Your login and password are store on your local computer, no one can access to it except you.
This is an open source project, the source are available here:
https://github.com/jonathantribouharet/chrome-password-reminder                    

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

Tên Password Reminder Password Reminder
ID bpijhpalanelljfkblogadbfloocgice
URL Chính Thức https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice
Mô tả Quickly connect to your favorite services
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2015-04-14
Ngày Phát Hành 2015-04-14
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jonathan Tribouharet
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reminder",
    "description": "Quickly connect to your favorite services",
    "version": "1.3.2",
    "homepage_url": "https:\/\/github.com\/jonathantribouharet\/chrome-password-reminder",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "storage",
        ""
    ],
    "author": "Jonathan Tribouharet",
    "default_locale": "en"
}