CSV Racecards

Downloads racecards in CSV format from At The Races

Qu'est-ce que CSV Racecards ?

CSV Racecards est une extension Chrome développée par Mark, et sa fonction principale est "Downloads racecards in CSV format from At The Races".

Télécharger le fichier CRX de l'extension CSV Racecards

Téléchargez les fichiers d'extension CSV Racecards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CSV Racecards CSV Racecards
ID nlacabljfobibabebpdlpfpigmmkbafo
URL Officiel https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo
Description Downloads racecards in CSV format from At The Races
Taille du Fichier 30.95 KB
Nombre d'Installations 56
Version Actuelle 0.1.4
Dernière Mise à Jour 2017-03-06
Date de Publication 2017-03-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mark
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}