Safenotes

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

Safenotes란 무엇입니까?

Safenotes은(는) Safenotes.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Safenotes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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