Easy Notes

Easiest way for taking quick notes.

ما هو Easy Notes؟

Easy Notes هو إضافة Chrome تم تطويرها بواسطة daoket، والميزة الرئيسية لها هي "Easiest way for taking quick notes.".

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

screenshot
screenshot

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

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

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

                        Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. 


RECENT UPDATES:
** Update 1.4 (2024-1-12) **
1. support Manifest V3

** Update 1.3 (2020-12-24) **
1. Beautify style

** Update 1.0 (2019-1-27) **
1. created Easy Notes


PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.                    

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

الاسم Easy Notes Easy Notes
ID hepiplahmadecihpoebffepnghmmkjem
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem
الوصف Easiest way for taking quick notes.
حجم الملف 199 KB
عدد التثبيتات 77
النسخة الحالية 1.4
آخر تحديث 2024-01-12
تاريخ النشر 2019-02-17
تقييم 5.00/5 مجموع تقييمات 1
المطور daoket
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Notes",
    "version": "1.4",
    "description": "Easiest way for taking quick notes. ",
    "author": "daoket",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "resources": [
                "inject.js"
            ]
        }
    ]
}