SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
SplaWidget2とは何ですか?
SplaWidget2はwToTwによって開発されたChromeの拡張機能で、その主な機能は「Displays the items of Slpatoon2's SplatNet Gear Shop.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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\/*" ] } |