Crypto Notepad
A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances
ما هو Crypto Notepad؟
Crypto Notepad هو إضافة Chrome تم تطويرها بواسطة https://www.owenmelbourne.com، والميزة الرئيسية لها هي "A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Notepad
قم بتنزيل ملفات الامتداد Crypto Notepad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Crypto Notepad |
ID | hhjkkblcfjmflhhgjmhciccicdnocbag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crypto-notepad/hhjkkblcfjmflhhgjmhciccicdnocbag |
الوصف | A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances |
حجم الملف | 456 KB |
عدد التثبيتات | 80 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2018-04-22 |
تاريخ النشر | 2018-04-22 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | https://www.owenmelbourne.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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'" } |