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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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