WebNotes

This app is used for saving notes for each websites

ما هو WebNotes؟

WebNotes هو إضافة Chrome تم تطويرها بواسطة Dev App Zone، والميزة الرئيسية لها هي "This app is used for saving notes for each websites".

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

screenshot

تحميل ملف CRX للإضافة WebNotes

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

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

                        Webnotes app is used to create notes for each websites based on domain or url.                    

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

الاسم WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
عنوان URL الرسمي https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
الوصف This app is used for saving notes for each websites
حجم الملف 638 KB
عدد التثبيتات 363
النسخة الحالية 1.3.0
آخر تحديث 2024-03-06
تاريخ النشر 2017-06-26
المطور Dev App Zone
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}