Password Reminder

Quickly connect to your favorite services

Cos'è Password Reminder?

Password Reminder è un'estensione di Chrome sviluppata da Jonathan Tribouharet, e la sua funzione principale è "Quickly connect to your favorite services".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Password Reminder

Scarica i file di estensione Password Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Password Reminder Password Reminder
ID bpijhpalanelljfkblogadbfloocgice
URL Ufficiale https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice
Descrizione Quickly connect to your favorite services
Dimensione del File 1.21 MB
Conteggio Installazioni 276
Versione Corrente 1.3.2
Ultimo Aggiornamento 2015-04-14
Data di Pubblicazione 2015-04-14
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Jonathan Tribouharet
Tipo di Pagamento free
Lingue Supportate 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"
}