Multi Note
this is simple notepad, supports most 6 notepad record retention
Cos'è Multi Note?
Multi Note è un'estensione di Chrome sviluppata da MarkQ, e la sua funzione principale è "this is simple notepad, supports most 6 notepad record retention".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multi Note
Scarica i file di estensione Multi Note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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;
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | cflapangklaiohnpdnkpmjmifinbgkjo |
URL Ufficiale | https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo |
Descrizione | this is simple notepad, supports most 6 notepad record retention |
Dimensione del File | 27.94 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2013-03-09 |
Data di Pubblicazione | 2013-03-09 |
Valutazione | 4.17/5 Totale 53 Valutazioni |
Sviluppatore | MarkQ |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |