Super Quick Note

This extension helps you take super quick notes.

ما هو Super Quick Note؟

Super Quick Note هو إضافة Chrome تم تطويرها بواسطة ndao، والميزة الرئيسية لها هي "This extension helps you take super quick notes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Super Quick Note

قم بتنزيل ملفات الامتداد Super Quick Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Take a super quick note right in chrome when you need it!
Sync across devices (If you have chrome sync enabled)
Type plain text or format your text if you want to by highlighting the text and choose your format option (Thanks to medium-editor!)                    

معلومات أساسية عن التمديد

الاسم Super Quick Note Super Quick Note
ID koompliecfdggdekbckngldibgmgehkn
عنوان URL الرسمي https://chromewebstore.google.com/detail/super-quick-note/koompliecfdggdekbckngldibgmgehkn
الوصف This extension helps you take super quick notes.
حجم الملف 67.43 KB
عدد التثبيتات 1,061
النسخة الحالية 0.0.0.1
آخر تحديث 2016-11-28
تاريخ النشر 2016-11-28
تقييم 4.33/5 مجموع تقييمات 12
المطور ndao
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Note",
    "description": "This extension helps you take super quick notes.",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Add notes!"
    },
    "permissions": [
        "storage"
    ]
}