Quick Notes

Create and check notes quickly

ما هو Quick Notes؟

Quick Notes هو إضافة Chrome تم تطويرها بواسطة Jonny Chan، والميزة الرئيسية لها هي "Create and check notes quickly".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Ultimate Chrome Extension for Lightning-Fast Note Taking! 

Turning you into a note ninja! 

Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on.

Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work.

So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!                    

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

الاسم Quick Notes Quick Notes
ID ldlojlfndankcgnpghmekgmahifefbod
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod
الوصف Create and check notes quickly
حجم الملف 471 KB
عدد التثبيتات 1,574
النسخة الحالية 1.2.4
آخر تحديث 2024-03-03
تاريخ النشر 2014-09-04
تقييم 4.00/5 مجموع تقييمات 5
المطور Jonny Chan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Notes",
    "description": "Create and check notes quickly",
    "version": "1.2.4",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Quick Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}