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."입니다.
확장 프로그램 스크린샷
Ink Calendar 3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
]
} | |