Safenotes

Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.

Safenotesคืออะไร?

Safenotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Safenotes.io และคุณลักษณะหลักของมันคือ "Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Secure app for taking notes with folder structure and search. All notes are encrypted with password of your choice. App is available as chrome extension, website and android app.

To install the application on your android device - open "Chrome" browser in your device, go to `https://www.safenotes.io` and in settings page click "Add to Homescreen".

Upon opening the app, setting of private key is required (some text password, at least 15 characters) - please make sure you have a copy of that password. It is stored only in your browser, and if you loose it it'll be impossible to recover the key, and to decrypt your notes.

To focus on "New Note" field, tap '/' key.
To switch to "Search" mode tap `/` three times. (If "New Note" field is focused, two times is enough).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Safenotes Safenotes
ID jdknfpojngplkfooekgncbaiabicakpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safenotes/jdknfpojngplkfooekgncbaiabicakpc
คำอธิบาย Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.
ขนาดไฟล์ 2.44 MB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-12-16
วันที่เผยแพร่ 2020-07-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Safenotes.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.safenotes.io
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicytemplate.net/live.php?token=RwMuDANIwS0blCo9HI2Y57r3Mhzcaqze
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "title": "__MSG_extName__",
    "description": "Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.",
    "default_locale": "en",
    "permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "version": "0.1.3",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}