Multi Note

this is simple notepad, supports most 6 notepad record retention

Vad är Multi Note?

Multi Note är en Chrome-tillägg utvecklad av MarkQ, och dess huvudfunktion är "this is simple notepad, supports most 6 notepad record retention".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Multi Note-förlängningens CRX-fil

Ladda ner Multi Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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;                    

Grundläggande Information om Tillägg

Namn Multi Note Multi Note
ID cflapangklaiohnpdnkpmjmifinbgkjo
Officiell webbadress https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo
Beskrivning this is simple notepad, supports most 6 notepad record retention
Filstorlek 27.94 KB
Antal Installationer 178
Aktuell Version 1.3.1
Senast Uppdaterad 2013-03-09
Publiceringsdatum 2013-03-09
Betyg 4.17/5 Totalt 53 Betyg
Utvecklare MarkQ
Betalningssätt free
Stödda Språk 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
    }
}