SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.

Apa itu SplaWidget2?

SplaWidget2 adalah ekstensi Chrome yang dikembangkan oleh wToTw, dan fitur utamanya adalah "Displays the items of Slpatoon2's SplatNet Gear Shop.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SplaWidget2

Unduh file ekstensi SplaWidget2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SplaWidget2 SplaWidget2
ID lilbiojjhobjjdifegpbndkmdjjbghdp
URL Resmi https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp
Deskripsi Displays the items of Slpatoon2's SplatNet Gear Shop.
Ukuran File 1.26 MB
Jumlah Instalasi 135
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2017-12-27
Tanggal Publikasi 2017-12-27
Penilaian 4.00/5 Total 1 Penilaian
Pengembang wToTw
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/SplaWidget2
URL Halaman Bantuan https://twitter.com/SplaWidget2
Bahasa yang Didukung 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\/*"
    ]
}