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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Notepad

ดาวน์โหลดไฟล์ส่วนขยาย Crypto Notepad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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'"
}