SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.

SplaWidget2 là gì?

SplaWidget2 là một tiện ích mở rộng Chrome được phát triển bởi wToTw, và tính năng chính của nó là "Displays the items of Slpatoon2's SplatNet Gear Shop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SplaWidget2

Tải xuống các tệp mở rộng SplaWidget2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SplaWidget2 SplaWidget2
ID lilbiojjhobjjdifegpbndkmdjjbghdp
URL Chính Thức https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp
Mô tả Displays the items of Slpatoon2's SplatNet Gear Shop.
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-12-27
Ngày Phát Hành 2017-12-27
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển wToTw
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/SplaWidget2
URL Trang Trợ Giúp https://twitter.com/SplaWidget2
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}