CSV Racecards

Downloads racecards in CSV format from At The Races

Wat is CSV Racecards?

CSV Racecards is een Chrome-extensie ontwikkeld door Mark, en de belangrijkste functie is "Downloads racecards in CSV format from At The Races".

Download het CRX-bestand van de extensie CSV Racecards

Download CSV Racecards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CSV Racecards CSV Racecards
ID nlacabljfobibabebpdlpfpigmmkbafo
Officiële URL https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo
Beschrijving Downloads racecards in CSV format from At The Races
Bestandsgrootte 30.95 KB
Aantal Installaties 56
Huidige Versie 0.1.4
Laatst Bijgewerkt 2017-03-06
Publicatiedatum 2017-03-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mark
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}