BaseballStadiums
Baseball Stadiums
什么是BaseballStadiums?
BaseballStadiums是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Baseball Stadiums”。
扩展截图
下载BaseballStadiums扩展crx文件
下载BaseballStadiums扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple chrome extension of all the most beautiful baseball stadiums in the United States. Try it out if you are a baseball fan or if you a want a nice stadium overlooking your browser.
扩展基本信息
名称 | BaseballStadiums |
ID | manikiilignbpbndndngnefccmiebekf |
官方URL | https://chromewebstore.google.com/detail/baseballstadiums/manikiilignbpbndndngnefccmiebekf |
简介 | Baseball Stadiums |
文件大小 | 13.25 MB |
安装次数 | 28 |
当前版本 | 2.1 |
更新时间 | 2018-07-24 |
上架时间 | 2018-07-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BaseballStadiums", "description": "Baseball Stadiums", "version": "2.1", "author": "Ray and V", "browser_action": { "default_icon": "BC_Small.png", "default_title": "Test" }, "chrome_url_overrides": { "newtab": "extensions.html" }, "permissions": [ "activeTab" ] } |