Note

An extension that stores notes.

ما هو Note؟

Note هو إضافة Chrome تم تطويرها بواسطة raybipse، والميزة الرئيسية لها هي "An extension that stores notes.".

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

screenshot

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

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

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

                        A simple extension that stores notes. The note is synced across accounts.                    

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

الاسم Note Note
ID mpafojdooddeahhaiemhgoclpdohfnhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp
الوصف An extension that stores notes.
حجم الملف 4.9 KB
عدد التثبيتات 55
النسخة الحالية 1.0
آخر تحديث 2021-01-01
تاريخ النشر 2021-01-01
المطور raybipse
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://discord.com/invite/Ppc3ua5
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note",
    "version": "1.0",
    "description": "An extension that stores notes.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Note",
        "default_popup": "popup.html"
    }
}