xNotes

An app to write notes on chrome new tab.

ما هو xNotes؟

xNotes هو إضافة Chrome تم تطويرها بواسطة https://ahmadzakiy.com، والميزة الرئيسية لها هي "An app to write notes on chrome new tab.".

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

screenshot
screenshot

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

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

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

                        An app to write notes on chrome new tab, with dark theme!                    

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

الاسم xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
عنوان URL الرسمي https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
الوصف An app to write notes on chrome new tab.
حجم الملف 584 KB
عدد التثبيتات 262
النسخة الحالية 2.0.1
آخر تحديث 2019-02-08
تاريخ النشر 2019-02-08
تقييم 4.67/5 مجموع تقييمات 6
المطور https://ahmadzakiy.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ahmadzakiy/xnotes
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.1",
    "name": "xNotes",
    "short_name": "xNotes",
    "description": "An app to write notes on chrome new tab.",
    "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}