MLBoxcard
Gives daily boxscores for MLB games in a formatted toolbar for anypage.
MLBoxcardとは何ですか?
MLBoxcardはsdpetridesによって開発されたChromeの拡張機能で、その主な機能は「Gives daily boxscores for MLB games in a formatted toolbar for anypage.」です。
拡張機能のスクリーンショット
MLBoxcard拡張機能のCRXファイルをダウンロード
MLBoxcard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | npfplangdaaldgneklfajkmheecgcfgm |
公式URL | https://chrome.google.com/webstore/detail/npfplangdaaldgneklfajkmheecgcfgm |
説明 | Gives daily boxscores for MLB games in a formatted toolbar for anypage. |
ファイルサイズ | 10.41 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2016-08-16 |
公開日 | 2016-08-16 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | sdpetrides |
支払い方法 | free |
対応言語 | 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", " |