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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}