⚾ 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.

Cos'è ⚾ In-line Baseball Player Search?

⚾ In-line Baseball Player Search è un'estensione di Chrome sviluppata da khordes, e la sua funzione principale è "Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ⚾ In-line Baseball Player Search

Scarica i file di estensione ⚾ In-line Baseball Player Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ⚾ In-line Baseball Player Search ⚾ In-line Baseball Player Search
ID mmoaenmhdgkehhckhiaonlkahdkhbndo
URL Ufficiale https://chromewebstore.google.com/detail/%E2%9A%BE-in-line-baseball-player/mmoaenmhdgkehhckhiaonlkahdkhbndo
Descrizione Search for baseball player stats on various stat sites by right clicking on their highlighted name on any web page.
Dimensione del File 38.8 KB
Conteggio Installazioni 107
Versione Corrente 1.1
Ultimo Aggiornamento 2019-04-09
Data di Pubblicazione 2019-04-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore khordes
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}