Multi Note
this is simple notepad, supports most 6 notepad record retention
什麼是Multi Note?
Multi Note是由MarkQ開發的Chrome擴展程式,該擴展的主要功能是“this is simple notepad, supports most 6 notepad record retention”。
擴展截圖
下載Multi Note擴展crx文件
下載Multi Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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;
擴展基本資訊
名稱 | ![]() |
ID | cflapangklaiohnpdnkpmjmifinbgkjo |
官方網址 | https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo |
簡介 | this is simple notepad, supports most 6 notepad record retention |
檔案大小 | 27.94 KB |
安裝次數 | 178 |
目前版本 | 1.3.1 |
更新時間 | 2013-03-09 |
上架時間 | 2013-03-09 |
評分 | 4.17/5 共 53 次評分 |
開發者 | MarkQ |
付費類型 | free |
支援的語言 | 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 } } |