Ink Calendar 3
Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.
Ink Calendar 3 là gì?
Ink Calendar 3 là một tiện ích mở rộng Chrome được phát triển bởi kayanouriko, và tính năng chính của nó là "Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ink Calendar 3
Tải xuống các tệp mở rộng Ink Calendar 3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ink Calendar 3 |
ID | mnlhfcmbaadogjckmomandmdfiekjoog |
URL Chính Thức | https://chromewebstore.google.com/detail/ink-calendar-3/mnlhfcmbaadogjckmomandmdfiekjoog |
Mô tả | Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more. |
Kích Thước Tệp | 16.47 MB |
Số Lần Cài Đặt | 459 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2024-02-24 |
Ngày Phát Hành | 2023-01-21 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | kayanouriko |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kayanouriko/chrome-extension-ink-calendar-3 |
URL Trang Trợ Giúp | https://github.com/kayanouriko/chrome-extension-ink-calendar-3/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |