SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.

什麼是SplaWidget2?

SplaWidget2是由wToTw開發的Chrome擴展程式,該擴展的主要功能是“Displays the items of Slpatoon2's SplatNet Gear Shop.”。

擴展截圖

screenshot
screenshot

下載SplaWidget2擴展crx文件

下載SplaWidget2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SplaWidget2 SplaWidget2
ID lilbiojjhobjjdifegpbndkmdjjbghdp
官方網址 https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp
簡介 Displays the items of Slpatoon2's SplatNet Gear Shop.
檔案大小 1.26 MB
安裝次數 135
目前版本 1.0.6
更新時間 2017-12-27
上架時間 2017-12-27
評分 4.00/5 共 1 次評分
開發者 wToTw
付費類型 free
擴展官網 https://twitter.com/SplaWidget2
說明頁面URL https://twitter.com/SplaWidget2
支援的語言 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\/*"
    ]
}