Baseball Front Page
An informational landing page for your favorite baseball team.
What is Baseball Front Page?
Baseball Front Page is a Chrome extension developed by mpurgatori, and its main feature is "An informational landing page for your favorite baseball team.".
Extension Screenshots
Download Baseball Front Page Extension CRX File
Download Baseball Front Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ihfjodphobpigikknkonnbjcnchnfefn |
Official URL | https://chrome.google.com/webstore/detail/baseball-front-page/ihfjodphobpigikknkonnbjcnchnfefn |
Description | An informational landing page for your favorite baseball team. |
File Size | 3.05 MB |
Installation Count | 33 |
Current Version | 1.4 |
Last Updated | 2017-05-06 |
Publish Date | 2017-05-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | mpurgatori |
Payment Type | free |
Supported Languages | 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" } } |