Stardew Valley Wiki Bundle Tracker
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
ما هو Stardew Valley Wiki Bundle Tracker؟
Stardew Valley Wiki Bundle Tracker هو إضافة Chrome تم تطويرها بواسطة SDDev، والميزة الرئيسية لها هي "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stardew Valley Wiki Bundle Tracker
قم بتنزيل ملفات الامتداد Stardew Valley Wiki Bundle Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. Yellow in your inventor/chest. Green submitted to community center. Cookies must be enabled, if clear them you will lose your inputs.
معلومات أساسية عن التمديد
الاسم | |
ID | cjpclbenhadlgcaagcecnkcbbmngffpj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj |
الوصف | Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. |
حجم الملف | 37.31 KB |
عدد التثبيتات | 410 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-03-08 |
تاريخ النشر | 2016-03-08 |
تقييم | 4.06/5 مجموع تقييمات 18 |
المطور | SDDev |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stardew Valley Wiki Bundle Tracker", "description": "Turns (http:\/\/stardewvalleywiki.com\/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.", "version": "1.2", "permissions": [ "tabs", "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ], "browser_action": { "default_title": "Stardew Valley Wiki Bundle Tracker", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "css": [ "sv.css" ], "matches": [ "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ] } ], "manifest_version": 2 } |