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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |