popupCrypt

popupCrypt is a small extension to encrypt text fast and secure via AES

Was ist popupCrypt?

popupCrypt ist eine Chrome-Erweiterung, die von https://www.agentur-simon.de entwickelt wurde, und ihr Hauptmerkmal ist "popupCrypt is a small extension to encrypt text fast and secure via AES".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

popupCrypt-Erweiterungs-CRX-Datei herunterladen

Laden Sie popupCrypt-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

                        popupCrypt is a small extension and helps you to en- and decrypt text information.

The extension works without an internet connection and needs no rights.

Changelog:
0.2.1
· small bugfix
0.2
· Added context menu
· Added fast crypt/decrypt support (use ENTER / CTRL-ENTER in password field)

0.1 
· First version

popupCrypt is a small side project of our web agency "Agentur Simon". We want to help our clients to en- and decrypt their sensible data like passwords, access data or similar. 

Credits:
· https://code.google.com/archive/p/crypto-js/
· http://purecss.io/
· https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free                    

Grundlegende Informationen zur Erweiterung

Name popupCrypt popupCrypt
ID jcbhmcpdefclddmpnmfipcojjmejhojp
Offizielle URL https://chromewebstore.google.com/detail/popupcrypt/jcbhmcpdefclddmpnmfipcojjmejhojp
Beschreibung popupCrypt is a small extension to encrypt text fast and secure via AES
Dateigröße 22.66 KB
Installationsanzahl 86
Aktuelle Version 0.2.1
Letztes Update 2016-05-31
Veröffentlichungsdatum 2016-05-31
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.agentur-simon.de
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "popupCrypt",
    "manifest_version": 2,
    "description": "popupCrypt is a small extension to encrypt text fast and secure via AES",
    "version": "0.2.1",
    "icons": {
        "128": "popupCrypt128.png",
        "64": "popupCrypt48.png",
        "32": "popupCrypt32.png",
        "16": "popupCrypt16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "popupCrypt64.png",
        "default_title": "popupCrypt",
        "default_popup": "popupCrypt.html"
    }
}