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 |
公式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 |
Eメール | [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 } |