Multi Note
this is simple notepad, supports most 6 notepad record retention
Was ist Multi Note?
Multi Note ist eine Chrome-Erweiterung, die von MarkQ entwickelt wurde, und ihr Hauptmerkmal ist "this is simple notepad, supports most 6 notepad record retention".
Erweiterungsscreenshots
Multi Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multi Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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;
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | cflapangklaiohnpdnkpmjmifinbgkjo |
Offizielle URL | https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo |
Beschreibung | this is simple notepad, supports most 6 notepad record retention |
Dateigröße | 27.94 KB |
Installationsanzahl | 178 |
Aktuelle Version | 1.3.1 |
Letztes Update | 2013-03-09 |
Veröffentlichungsdatum | 2013-03-09 |
Bewertung | 4.17/5 Insgesamt 53 Bewertungen |
Entwickler | MarkQ |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |