Multi Note

this is simple notepad, supports most 6 notepad record retention

What is Multi Note?

Multi Note is a Chrome extension developed by MarkQ, and its main feature is "this is simple notepad, supports most 6 notepad record retention".

Extension Screenshots

screenshot
screenshot

Download Multi Note Extension CRX File

Download Multi Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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;                    

Extension Basic Information

Name Multi Note Multi Note
ID cflapangklaiohnpdnkpmjmifinbgkjo
Official URL https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo
Description this is simple notepad, supports most 6 notepad record retention
File Size 27.94 KB
Installation Count 178
Current Version 1.3.1
Last Updated 2013-03-09
Publish Date 2013-03-09
Rating 4.17/5 Total 53 Ratings
Developer MarkQ
Payment Type free
Supported Languages 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
    }
}