BaseBall Scoreboard
Keep track of all of the day’s baseball game scores.
BaseBall Scoreboardคืออะไร?
BaseBall Scoreboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stefanxo.com และคุณลักษณะหลักของมันคือ "Keep track of all of the day’s baseball game scores."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BaseBall Scoreboard
ดาวน์โหลดไฟล์ส่วนขยาย BaseBall Scoreboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep track of all of the day’s baseball games scores. The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BaseBall Scoreboard |
ID | agadfdkijldlopjlbegiklkfdbmhpecj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj |
คำอธิบาย | Keep track of all of the day’s baseball game scores. |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 736 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2018-08-31 |
วันที่เผยแพร่ | 2018-08-30 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://stefanxo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BaseBall Scoreboard", "short_name": "BaseBall Scoreboard", "version": "0.2.1", "manifest_version": 2, "description": "Keep track of all of the day\u2019s baseball game scores.", "icons": { "16": "image\/icon16x16.png", "48": "image\/icon48x48.png", "128": "image\/icon128x128.png" }, "sandbox": { "pages": [ "templates.html" ] }, "background": { "page": "global.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'", "browser_action": { "default_icon": { "16": "image\/icon16x16.png" }, "default_popup": "scoreboard.ticker.html" }, "permissions": [ "notifications", "http:\/\/mlb.mlb.com\/", "http:\/\/gdx.mlb.com\/" ] } |