Password Reminder

Quickly connect to your favorite services

Password Reminderとは何ですか?

Password ReminderはJonathan Tribouharetによって開発されたChromeの拡張機能で、その主な機能は「Quickly connect to your favorite services」です。

拡張機能のスクリーンショット

screenshot

Password Reminder拡張機能のCRXファイルをダウンロード

Password Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Password Reminder Password Reminder
ID bpijhpalanelljfkblogadbfloocgice
公式URL https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice
説明 Quickly connect to your favorite services
ファイルサイズ 1.21 MB
インストール数 276
現在のバージョン 1.3.2
最終更新日 2015-04-14
公開日 2015-04-14
評価 4.00/5 合計 4 レビュー
開発者 Jonathan Tribouharet
支払い方法 free
対応言語 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"
}