Multi Note

this is simple notepad, supports most 6 notepad record retention

Multi Note란 무엇입니까?

Multi Note은(는) MarkQ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "this is simple notepad, supports most 6 notepad record retention"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        this is simple notepad, supports most 6 notepad record retention.

简易便笺,支持最多6个便笺记录保存

Support shortcut keys 1-6;
Support Automatic save;
Support MARKDOWN;

version 1.3.1:
Fix screen layout.

version 1.3.0:
Support MARKDOWN syntax and Preview.

version 1.2.2:
Save data location of the last note.

version 1.2.1:
Increase text-area read-only properties;
Expanded to 6 buttons;                    

확장 프로그램 기본 정보

이름 Multi Note Multi Note
ID cflapangklaiohnpdnkpmjmifinbgkjo
공식 URL https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo
설명 this is simple notepad, supports most 6 notepad record retention
파일 크기 27.94 KB
설치 횟수 178
현재 버전 1.3.1
최근 업데이트 2013-03-09
출시 날짜 2013-03-09
평점 4.17/5 총 53 개의 평점
개발자 MarkQ
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Note",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "this is simple notepad, supports most 6 notepad record retention",
    "icons": {
        "48": "icon_B.png"
    },
    "browser_action": {
        "default_title": "Multi Note",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}