⚾ 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.
What is ⚾ In-line Baseball Player Search?
⚾ In-line Baseball Player Search is a Chrome extension developed by khordes, and its main feature is "Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.".
Extension Screenshots
Download ⚾ In-line Baseball Player Search Extension CRX File
Download ⚾ In-line Baseball Player Search 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
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.
Extension Basic Information
Name | ⚾ In-line Baseball Player Search |
ID | mmoaenmhdgkehhckhiaonlkahdkhbndo |
Official URL | https://chromewebstore.google.com/detail/%E2%9A%BE-in-line-baseball-player/mmoaenmhdgkehhckhiaonlkahdkhbndo |
Description | Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page. |
File Size | 38.8 KB |
Installation Count | 107 |
Current Version | 1.1 |
Last Updated | 2019-04-09 |
Publish Date | 2019-04-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | khordes |
Payment Type | free |
Supported Languages | 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" ] } } |