Multi Note
this is simple notepad, supports most 6 notepad record retention
Wat is Multi Note?
Multi Note is een Chrome-extensie ontwikkeld door MarkQ, en de belangrijkste functie is "this is simple notepad, supports most 6 notepad record retention".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi Note
Download Multi Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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;
Basisinformatie over de Extensie
Naam | ![]() |
ID | cflapangklaiohnpdnkpmjmifinbgkjo |
Officiële URL | https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo |
Beschrijving | this is simple notepad, supports most 6 notepad record retention |
Bestandsgrootte | 27.94 KB |
Aantal Installaties | 178 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2013-03-09 |
Publicatiedatum | 2013-03-09 |
Beoordeling | 4.17/5 Totaal 53 Beoordelingen |
Ontwikkelaar | MarkQ |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |