Opal Miner

Exports Opal card data so you can view it in your calendar.

What is Opal Miner?

Opal Miner is a Chrome extension developed by rkat, and its main feature is "Exports Opal card data so you can view it in your calendar.".

Extension Screenshots

screenshot

Download Opal Miner Extension CRX File

Download Opal Miner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Opal Miner Opal Miner
ID onnhgfmpngelgiblhnjikgflakgfjekm
Official URL https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm
Description Exports Opal card data so you can view it in your calendar.
File Size 20.98 KB
Installation Count 11
Current Version 1.1
Last Updated 2014-09-21
Publish Date 2014-09-21
Rating 4.00/5 Total 1 Ratings
Developer rkat
Payment Type free
Supported Languages 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"
    }
}