ShowMEpassword

Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…

Cos'è ShowMEpassword?

ShowMEpassword è un'estensione di Chrome sviluppata da Aregeno, e la sua funzione principale è "Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShowMEpassword

Scarica i file di estensione ShowMEpassword 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

                        Have you ever saved a password in chrome, only to forget what it was later?
Now you can retrieve saved password.
Simply visit the page with the save password and click on the key Icon!                    

Informazioni di Base sull'Estensione

Nome ShowMEpassword ShowMEpassword
ID ceahkoegcgkdipgdaapmjdnhfefbpola
URL Ufficiale https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola
Descrizione Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…
Dimensione del File 5.16 KB
Conteggio Installazioni 26
Versione Corrente 2.0
Ultimo Aggiornamento 2015-07-09
Data di Pubblicazione 2015-07-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Aregeno
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowMEpassword",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show me the password!"
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}