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文件

下载Multi Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}