Notey Notepad

Take Quick Notes

ما هو Notey Notepad؟

Notey Notepad هو إضافة Chrome تم تطويرها بواسطة Time Technology، والميزة الرئيسية لها هي "Take Quick Notes".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Notey Notepad

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

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

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

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

الاسم Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
عنوان URL الرسمي https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
الوصف Take Quick Notes
حجم الملف 93.55 KB
عدد التثبيتات 57
النسخة الحالية 1.1
آخر تحديث 2022-02-18
تاريخ النشر 2019-04-30
تقييم 5.00/5 مجموع تقييمات 1
المطور Time Technology
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}