Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
ما هو Super Quick Notes؟
Super Quick Notes هو إضافة Chrome تم تطويرها بواسطة Tilek Mamutov، والميزة الرئيسية لها هي "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Quick Notes
قم بتنزيل ملفات الامتداد Super Quick Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
معلومات أساسية عن التمديد
الاسم | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
الوصف | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
حجم الملف | 125 KB |
عدد التثبيتات | 218 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2017-01-04 |
تاريخ النشر | 2017-01-04 |
تقييم | 4.43/5 مجموع تقييمات 7 |
المطور | Tilek Mamutov |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |