Opal Miner

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

Apa itu Opal Miner?

Opal Miner adalah ekstensi Chrome yang dikembangkan oleh rkat, dan fitur utamanya adalah "Exports Opal card data so you can view it in your calendar.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Opal Miner

Unduh file ekstensi Opal Miner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Opal Miner Opal Miner
ID onnhgfmpngelgiblhnjikgflakgfjekm
URL Resmi https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm
Deskripsi Exports Opal card data so you can view it in your calendar.
Ukuran File 20.98 KB
Jumlah Instalasi 11
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-09-21
Tanggal Publikasi 2014-09-21
Penilaian 4.00/5 Total 1 Penilaian
Pengembang rkat
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}