SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.

Hvad er SplaWidget2?

SplaWidget2 er en Chrome-udvidelse udviklet af wToTw, og dens hovedfunktion er "Displays the items of Slpatoon2's SplatNet Gear Shop.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SplaWidget2-udvidelses-CRX-fil

Download SplaWidget2-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

                        SplaWidget2 displays the items of Slpatoon2's SplatNet Gear Shop.
If you set options, I will find and notify you what you want!!


-----
ver 1.0.6
・Bug fix.

ver 1.0.5
・Bug fix.

ver 1.0.4
・Bug fix.

ver 1.0.3
・We corresponded to the gear added in ver2.0.                    

Grundlæggende oplysninger om udvidelsen

Navn SplaWidget2 SplaWidget2
ID lilbiojjhobjjdifegpbndkmdjjbghdp
Officiel URL https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp
Beskrivelse Displays the items of Slpatoon2's SplatNet Gear Shop.
Filstørrelse 1.26 MB
Antal Installationer 135
Nuværende Version 1.0.6
Senest Opdateret 2017-12-27
Udgivelsesdato 2017-12-27
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler wToTw
Betalingsmetode free
Udvidelseswebsted https://twitter.com/SplaWidget2
Hjælpeside-URL https://twitter.com/SplaWidget2
Understøttede Sprog en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "pages\/option.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "cookies",
        "notifications",
        "tabs",
        "https:\/\/splatoon2.ink\/data\/schedules.json",
        "https:\/\/splatoon2.ink\/data\/merchandises.json",
        "https:\/\/splatoon2.ink\/data\/salmonruncalendar.json"
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}