MLBoxcard
Gives daily boxscores for MLB games in a formatted toolbar for anypage.
MLBoxcard là gì?
MLBoxcard là một tiện ích mở rộng Chrome được phát triển bởi sdpetrides, và tính năng chính của nó là "Gives daily boxscores for MLB games in a formatted toolbar for anypage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MLBoxcard
Tải xuống các tệp mở rộng MLBoxcard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
MLBoxscore The MLBoxscore is Chrome extension that displays a toolbar with daily boxscores for MLB games. Features and Options Scores are reloaded each time a page is reloaded. To reload the scores without reloading the page, choose the Update button in the upper right corner. To hide the toolbar temporarily, click the Hide button in the upper right corner. Because elements and styles are injecting into the page, the toolbar may not render correctly for each domain. In these situations, the Hide option is most useful. Copyright Created and developed by Stephen Petrides in 2016.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npfplangdaaldgneklfajkmheecgcfgm |
URL Chính Thức | https://chrome.google.com/webstore/detail/npfplangdaaldgneklfajkmheecgcfgm |
Mô tả | Gives daily boxscores for MLB games in a formatted toolbar for anypage. |
Kích Thước Tệp | 10.41 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-08-16 |
Ngày Phát Hành | 2016-08-16 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | sdpetrides |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MLBoxcard", "description": "Gives daily boxscores for MLB games in a formatted toolbar for anypage.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "MLBoxcard" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "toolbar.js", "statsapi.js" ], "css": [ "toolbar.css" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webRequest", "webRequestBlocking", " |