Crypto Notepad
A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances
Crypto Notepad là gì?
Crypto Notepad là một tiện ích mở rộng Chrome được phát triển bởi https://www.owenmelbourne.com, và tính năng chính của nó là "A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crypto Notepad
Tải xuống các tệp mở rộng Crypto Notepad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crypto Notepad |
ID | hhjkkblcfjmflhhgjmhciccicdnocbag |
URL Chính Thức | https://chromewebstore.google.com/detail/crypto-notepad/hhjkkblcfjmflhhgjmhciccicdnocbag |
Mô tả | A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances |
Kích Thước Tệp | 456 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2018-04-22 |
Ngày Phát Hành | 2018-04-22 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.owenmelbourne.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |