Password Reminder

Quickly connect to your favorite services

Password Reminder क्या है?

Password Reminder Jonathan Tribouharet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly connect to your favorite services"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Password Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}