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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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".
معلومات أساسية عن التمديد
الاسم | |
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 } |