Ink Calendar 3

Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.

ما هو Ink Calendar 3؟

Ink Calendar 3 هو إضافة Chrome تم تطويرها بواسطة kayanouriko، والميزة الرئيسية لها هي "Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ink Calendar 3

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

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

                        Ink Calendar 3 is a chrome extension of Splatoon3.ink.
This site is a fan-made, unofficial source of information for Nintendo's Splatoon 3.

Changelog:
v2.0.3:
* [Bug] Fixed event display problem.
v2.0.2:
* [Feature] Supported 'Event' result.
* [Bug] Fixed event json parse.
v2.0.1:
* [Bug] Fixed splatfest state
* [Bug] Fixed css styles.
v2.0.0:
* [Feature] Supported 'Event'.
* [Feature] Update framework.
* [Bug] Fixed bugs.                    

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

الاسم Ink Calendar 3 Ink Calendar 3
ID mnlhfcmbaadogjckmomandmdfiekjoog
عنوان URL الرسمي https://chromewebstore.google.com/detail/ink-calendar-3/mnlhfcmbaadogjckmomandmdfiekjoog
الوصف Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.
حجم الملف 16.47 MB
عدد التثبيتات 459
النسخة الحالية 2.0.3
آخر تحديث 2024-02-24
تاريخ النشر 2023-01-21
تقييم 4.50/5 مجموع تقييمات 4
المطور kayanouriko
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/kayanouriko/chrome-extension-ink-calendar-3
عنوان صفحة المساعدة https://github.com/kayanouriko/chrome-extension-ink-calendar-3/issues
اللغات المدعومة de,en-GB,en-US,fr,nl,es,es-419,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ink Calendar 3",
    "description": "Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.",
    "version": "2.0.3",
    "manifest_version": 3,
    "default_locale": "en_US",
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_title": "Ink Calendar",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "options_page": "option.html",
    "permissions": [
        "storage"
    ]
}