CSV Racecards
Downloads racecards in CSV format from At The Races
什麼是CSV Racecards?
CSV Racecards是由Mark開發的Chrome擴展程式,該擴展的主要功能是“Downloads racecards in CSV format from At The Races”。
下載CSV Racecards擴展crx文件
下載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".
擴展基本資訊
名稱 | |
ID | nlacabljfobibabebpdlpfpigmmkbafo |
官方網址 | 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 } |