Multi Note

this is simple notepad, supports most 6 notepad record retention

Apa itu Multi Note?

Multi Note adalah ekstensi Chrome yang dikembangkan oleh MarkQ, dan fitur utamanya adalah "this is simple notepad, supports most 6 notepad record retention".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Multi Note

Unduh file ekstensi Multi Note dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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;                    

Informasi Dasar Ekstensi

Nama Multi Note Multi Note
ID cflapangklaiohnpdnkpmjmifinbgkjo
URL Resmi https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo
Deskripsi this is simple notepad, supports most 6 notepad record retention
Ukuran File 27.94 KB
Jumlah Instalasi 178
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2013-03-09
Tanggal Publikasi 2013-03-09
Penilaian 4.17/5 Total 53 Penilaian
Pengembang MarkQ
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}