Ink Calendar 3
Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.
Hvad er Ink Calendar 3?
Ink Calendar 3 er en Chrome-udvidelse udviklet af kayanouriko, og dens hovedfunktion er "Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.".
Udvidelsesskærmbilleder
Download Ink Calendar 3-udvidelses-CRX-fil
Download Ink Calendar 3-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Ink Calendar 3 |
ID | mnlhfcmbaadogjckmomandmdfiekjoog |
Officiel URL | https://chromewebstore.google.com/detail/ink-calendar-3/mnlhfcmbaadogjckmomandmdfiekjoog |
Beskrivelse | Ink Calendar 3 features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more. |
Filstørrelse | 16.47 MB |
Antal Installationer | 459 |
Nuværende Version | 2.0.3 |
Senest Opdateret | 2024-02-24 |
Udgivelsesdato | 2023-01-21 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | kayanouriko |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kayanouriko/chrome-extension-ink-calendar-3 |
Hjælpeside-URL | https://github.com/kayanouriko/chrome-extension-ink-calendar-3/issues |
Understøttede Sprog | 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" ] } |