Simple Notes
A simple notes extension based off the Mac Notes app.
ما هو Simple Notes؟
Simple Notes هو إضافة Chrome تم تطويرها بواسطة Jeffrey Chang، والميزة الرئيسية لها هي "A simple notes extension based off the Mac Notes app.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Notes
قم بتنزيل ملفات الامتداد Simple Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With simple notes, you can take and save notes. It's that simple. Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! Note: This extension does not sync with your Apple notes.
معلومات أساسية عن التمديد
الاسم | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
الوصف | A simple notes extension based off the Mac Notes app. |
حجم الملف | 116 KB |
عدد التثبيتات | 1,118 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2015-10-27 |
تاريخ النشر | 2015-10-26 |
تقييم | 3.31/5 مجموع تقييمات 13 |
المطور | Jeffrey Chang |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notes", "description": "A simple notes extension based off the Mac Notes app.", "version": "1.0.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/" ] } |