CSV Racecards

Downloads racecards in CSV format from At The Races

Cos'è CSV Racecards?

CSV Racecards è un'estensione di Chrome sviluppata da Mark, e la sua funzione principale è "Downloads racecards in CSV format from At The Races".

Scarica il file CRX dell'estensione CSV Racecards

Scarica i file di estensione CSV Racecards 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

                        Downloads a CSV version of the racecards available from At The Races at http://www.attheraces.com/. It is designed to download whole meetings so it will only work on "All races at..." pages. eg. "All races at Lingfield".                    

Informazioni di Base sull'Estensione

Nome CSV Racecards CSV Racecards
ID nlacabljfobibabebpdlpfpigmmkbafo
URL Ufficiale https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo
Descrizione Downloads racecards in CSV format from At The Races
Dimensione del File 30.95 KB
Conteggio Installazioni 56
Versione Corrente 0.1.4
Ultimo Aggiornamento 2017-03-06
Data di Pubblicazione 2017-03-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mark
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSV Racecards",
    "description": "Downloads racecards in CSV format from At The Races",
    "version": "0.1.4",
    "permissions": [
        "activeTab",
        "http:\/\/*.attheraces.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Racecard CSV"
    },
    "manifest_version": 2
}