CSV Racecards
Downloads racecards in CSV format from At The Races
What is CSV Racecards?
CSV Racecards is a Chrome extension developed by Mark, and its main feature is "Downloads racecards in CSV format from At The Races".
Download CSV Racecards Extension CRX File
Download CSV Racecards 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
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".
Extension Basic Information
Name | |
ID | nlacabljfobibabebpdlpfpigmmkbafo |
Official URL | https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo |
Description | Downloads racecards in CSV format from At The Races |
File Size | 30.95 KB |
Installation Count | 56 |
Current Version | 0.1.4 |
Last Updated | 2017-03-06 |
Publish Date | 2017-03-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mark |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |