CSV Racecards

Downloads racecards in CSV format from At The Races

CSV Racecards là gì?

CSV Racecards là một tiện ích mở rộng Chrome được phát triển bởi Mark, và tính năng chính của nó là "Downloads racecards in CSV format from At The Races".

Tải xuống tệp CRX của tiện ích mở rộng CSV Racecards

Tải xuống các tệp mở rộng CSV Racecards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSV Racecards CSV Racecards
ID nlacabljfobibabebpdlpfpigmmkbafo
URL Chính Thức https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo
Mô tả Downloads racecards in CSV format from At The Races
Kích Thước Tệp 30.95 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2017-03-06
Ngày Phát Hành 2017-03-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mark
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}