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…

Was ist ShowMEpassword?

ShowMEpassword ist eine Chrome-Erweiterung, die von Aregeno entwickelt wurde, und ihr Hauptmerkmal ist "Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…".

Erweiterungsscreenshots

screenshot

ShowMEpassword-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShowMEpassword-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name ShowMEpassword ShowMEpassword
ID ceahkoegcgkdipgdaapmjdnhfefbpola
Offizielle URL https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola
Beschreibung Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…
Dateigröße 5.16 KB
Installationsanzahl 26
Aktuelle Version 2.0
Letztes Update 2015-07-09
Veröffentlichungsdatum 2015-07-09
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Aregeno
Zahlungsart free
Unterstützte Sprachen 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
}