SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
Vad är SplaWidget2?
SplaWidget2 är en Chrome-tillägg utvecklad av wToTw, och dess huvudfunktion är "Displays the items of Slpatoon2's SplatNet Gear Shop.".
Tilläggsskärmbilder
Ladda ner SplaWidget2-förlängningens CRX-fil
Ladda ner SplaWidget2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lilbiojjhobjjdifegpbndkmdjjbghdp |
Officiell webbadress | https://chrome.google.com/webstore/detail/splawidget2/lilbiojjhobjjdifegpbndkmdjjbghdp |
Beskrivning | Displays the items of Slpatoon2's SplatNet Gear Shop. |
Filstorlek | 1.26 MB |
Antal Installationer | 135 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2017-12-27 |
Publiceringsdatum | 2017-12-27 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | wToTw |
Betalningssätt | free |
Tilläggswebbplats | https://twitter.com/SplaWidget2 |
Hjälpsida URL | https://twitter.com/SplaWidget2 |
Stödda Språk | 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\/*" ] } |