Super Easy Notes!
Super simple Chrome notes!
ما هو Super Easy Notes!؟
Super Easy Notes! هو إضافة Chrome تم تطويرها بواسطة abhid90210، والميزة الرئيسية لها هي "Super simple Chrome notes!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Easy Notes!
قم بتنزيل ملفات الامتداد Super Easy Notes! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Saves: - Phone numbers - Addresses - Websites - Jokes But wait there's more: Now also store other textual type of information. :) Without ever leaving your Chrome. ---- Important: Currently all notes are stored in your local system. Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer. ---- - Authentication feature coming soon. - Syncing with GDrive coming soon.
معلومات أساسية عن التمديد
الاسم | |
ID | ihljjldlepkbibpbkfnmmkhfgeeiiiid |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid |
الوصف | Super simple Chrome notes! |
حجم الملف | 291 KB |
عدد التثبيتات | 528 |
النسخة الحالية | 0.0.0.4 |
آخر تحديث | 2014-04-30 |
تاريخ النشر | 2014-04-30 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | abhid90210 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.0.4", "default_locale": "en", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "19": "images\/browserAction.png", "38": "images\/browserAction.png" }, "default_title": "__MSG_extDefaultTitle__", "default_popup": "app\/index.html" }, "permissions": [ "identity", "storage", "https:\/\/accounts.google.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/ssl.gstatic.com\/", "https:\/\/apis.google.com\/" ], "oauth2": { "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |