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" } } |