Opal Miner
Exports Opal card data so you can view it in your calendar.
什麼是Opal Miner?
Opal Miner是由rkat開發的Chrome擴展程式,該擴展的主要功能是“Exports Opal card data so you can view it in your calendar.”。
擴展截圖
下載Opal Miner擴展crx文件
下載Opal Miner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a "Download iCal" button in addition to the "Download PDF" button on the Opal card activity page. This produces a .ics file which you can then import into your chosen calendar application. Updated: now grabs all of your opal history for the selected card. You can help - source available at github.com/rkat/opal_miner Icon by Chris - kingdomofchris.com
擴展基本資訊
名稱 | Opal Miner |
ID | onnhgfmpngelgiblhnjikgflakgfjekm |
官方網址 | https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm |
簡介 | Exports Opal card data so you can view it in your calendar. |
檔案大小 | 20.98 KB |
安裝次數 | 11 |
目前版本 | 1.1 |
更新時間 | 2014-09-21 |
上架時間 | 2014-09-21 |
評分 | 4.00/5 共 1 次評分 |
開發者 | rkat |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Opal Miner", "description": "Exports Opal card data so you can view it in your calendar.", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/www.opal.com.au\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |