⚾ In-line Baseball Player Search
Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.
什么是⚾ In-line Baseball Player Search?
⚾ In-line Baseball Player Search是由khordes开发的Chrome扩展程序,该扩展的主要功能是“Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.”。
扩展截图
下载⚾ In-line Baseball Player Search扩展crx文件
下载⚾ In-line Baseball Player Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Searches bbref.com, fangraphs.com, and/or baseballprospectus.com for the highlighted player name on any web page. Highlight the players name on any web site, right click and select "⚾Player Search" option, then select the site you wish to use! Simple, but can save some time when researching baseball stats.
扩展基本信息
名称 | ⚾ In-line Baseball Player Search |
ID | mmoaenmhdgkehhckhiaonlkahdkhbndo |
官方URL | https://chromewebstore.google.com/detail/%E2%9A%BE-in-line-baseball-player/mmoaenmhdgkehhckhiaonlkahdkhbndo |
简介 | Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page. |
文件大小 | 38.8 KB |
安装次数 | 107 |
当前版本 | 1.1 |
更新时间 | 2019-04-09 |
上架时间 | 2019-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | khordes |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u26be In-line Baseball Player Search", "version": "1.1", "manifest_version": 2, "icons": { "128": "128.png", "19": "19.png", "32": "32.png", "48": "48.png", "64": "64.png" }, "author": "khordes", "description": "Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "bbsearch.js" ] } } |