Crypto Notepad
A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances
Co je Crypto Notepad?
Crypto Notepad je rozšíření Chrome vyvinuté https://www.owenmelbourne.com, a jeho hlavní funkcí je „A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crypto Notepad
Stáhněte si soubory rozšíření Crypto Notepad ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Crypto Notepad |
ID | hhjkkblcfjmflhhgjmhciccicdnocbag |
Oficiální URL | https://chromewebstore.google.com/detail/crypto-notepad/hhjkkblcfjmflhhgjmhciccicdnocbag |
Popis | A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances |
Velikost souboru | 456 KB |
Počet instalací | 80 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2018-04-22 |
Datum Vydání | 2018-04-22 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | https://www.owenmelbourne.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } |