Crypto Notepad

A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances

Wat is Crypto Notepad?

Crypto Notepad is een Chrome-extensie ontwikkeld door https://www.owenmelbourne.com, en de belangrijkste functie is "A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crypto Notepad

Download Crypto Notepad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Provides a simple to use scratch pad style note pad right inside your browser.

Using AES encryption and Argon2 hashing mechanisms to help keep the your notes secure.

Using the Chrome syncing facility it will keep your notes in-sync across your chrome instances.

We do not store or have access to any of your data, it is all controlled by your browser install.                    

Basisinformatie over de Extensie

Naam Crypto Notepad Crypto Notepad
ID hhjkkblcfjmflhhgjmhciccicdnocbag
Officiële URL https://chromewebstore.google.com/detail/crypto-notepad/hhjkkblcfjmflhhgjmhciccicdnocbag
Beschrijving A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances
Bestandsgrootte 456 KB
Aantal Installaties 80
Huidige Versie 0.0.5
Laatst Bijgewerkt 2018-04-22
Publicatiedatum 2018-04-22
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.owenmelbourne.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Notepad",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Crypto Notes",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'"
}