SplaWidget2
Displays the items of Slpatoon2's SplatNet Gear Shop.
ما هو SplaWidget2؟
SplaWidget2 هو إضافة Chrome تم تطويرها بواسطة wToTw، والميزة الرئيسية لها هي "Displays the items of Slpatoon2's SplatNet Gear Shop.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SplaWidget2
قم بتنزيل ملفات الامتداد SplaWidget2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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\/*" ] } |