Easy NotePad

Simple Note making extension, Make, save and have the option to download your notes

Easy NotePad란 무엇입니까?

Easy NotePad은(는) kassius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Note making extension, Make, save and have the option to download your notes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file.

Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that.

Styled to look like a typical notepad, with a nice pencil icon.                    

확장 프로그램 기본 정보

이름 Easy NotePad Easy NotePad
ID plpjemecoefaeikldhckbggehnhiokjn
공식 URL https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn
설명 Simple Note making extension, Make, save and have the option to download your notes
파일 크기 58.47 KB
설치 횟수 784
현재 버전 0.8
최근 업데이트 2016-01-21
출시 날짜 2016-01-21
평점 3.67/5 총 3 개의 평점
개발자 kassius
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy NotePad",
    "short_name": "Easy Note",
    "version": "0.8",
    "description": "Simple Note making extension, Make, save and have the option to download your notes",
    "author": "Kassius Barker, www.KassBarker.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click to make a note",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads"
    ]
}