Baseball Front Page
An informational landing page for your favorite baseball team.
Baseball Front Pageとは何ですか?
Baseball Front Pageはmpurgatoriによって開発されたChromeの拡張機能で、その主な機能は「An informational landing page for your favorite baseball team.」です。
拡張機能のスクリーンショット
Baseball Front Page拡張機能のCRXファイルをダウンロード
Baseball Front Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select your favorite MLB team and always have the latest game results in your new chrome tabs. See previous and next/current game results with links to MLB recaps and previews.
拡張機能の基本情報
名前 | |
ID | ihfjodphobpigikknkonnbjcnchnfefn |
公式URL | https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn |
説明 | An informational landing page for your favorite baseball team. |
ファイルサイズ | 3.05 MB |
インストール数 | 33 |
現在のバージョン | 1.4 |
最終更新日 | 2017-05-06 |
公開日 | 2017-05-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | mpurgatori |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Baseball Front Page", "version": "1.4", "description": "An informational landing page for your favorite baseball team.", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png", "144": "icon144.png" }, "background": { "persistent": false, "scripts": [ "front_page.js" ] }, "browser_action": { "default_title": "Baseball Front Page" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "index.html" } } |