Ink Calendar 3

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

什么是Ink Calendar 3?

Ink Calendar 3是由kayanouriko开发的Chrome扩展程序,该扩展的主要功能是“Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.”。

扩展截图

screenshot
screenshot
screenshot

下载Ink Calendar 3扩展crx文件

下载Ink Calendar 3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    ]
}