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은(는) https://www.owenmelbourne.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension which acts as a small notepad in your browser that encrypts and syncs across chrome instances"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}