Password Reminder

Quickly connect to your favorite services

Password Reminderคืออะไร?

Password Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Tribouharet และคุณลักษณะหลักของมันคือ "Quickly connect to your favorite services"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Reminder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}