Multi Note
this is simple notepad, supports most 6 notepad record retention
ما هو Multi Note؟
Multi Note هو إضافة Chrome تم تطويرها بواسطة MarkQ، والميزة الرئيسية لها هي "this is simple notepad, supports most 6 notepad record retention".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multi Note
قم بتنزيل ملفات الامتداد Multi Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 } } |