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