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
官方URL 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\/*"
    ]
}