CSV Racecards

Downloads racecards in CSV format from At The Races

CSV Racecardsคืออะไร?

CSV Racecards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark และคุณลักษณะหลักของมันคือ "Downloads racecards in CSV format from At The Races"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSV Racecards

ดาวน์โหลดไฟล์ส่วนขยาย CSV Racecards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSV Racecards CSV Racecards
ID nlacabljfobibabebpdlpfpigmmkbafo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/csv-racecards/nlacabljfobibabebpdlpfpigmmkbafo
คำอธิบาย Downloads racecards in CSV format from At The Races
ขนาดไฟล์ 30.95 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2017-03-06
วันที่เผยแพร่ 2017-03-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mark
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}