EasyNotePad

Notepad that saves what you write

EasyNotePad란 무엇입니까?

EasyNotePad은(는) Jeeth Suresh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notepad that saves what you write"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? 

Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! 

Current commands:  creates a list of items

COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!                    

확장 프로그램 기본 정보

이름 EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
공식 URL https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
설명 Notepad that saves what you write
파일 크기 45.13 KB
설치 횟수 452
현재 버전 0.1
최근 업데이트 2014-02-24
출시 날짜 2014-02-23
평점 5.00/5 총 1 개의 평점
개발자 Jeeth Suresh
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyNotePad",
    "description": "Notepad that saves what you write",
    "version": "0.1",
    "permissions": [
        "background",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "easynotepad.html"
    }
}