BaseBall Scoreboard
Keep track of all of the day’s baseball game scores.
BaseBall Scoreboardとは何ですか?
BaseBall Scoreboardはhttps://stefanxo.comによって開発されたChromeの拡張機能で、その主な機能は「Keep track of all of the day’s baseball game scores.」です。
拡張機能のスクリーンショット
BaseBall Scoreboard拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/"
]
} | |