Opal Miner

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

Was ist Opal Miner?

Opal Miner ist eine Chrome-Erweiterung, die von rkat entwickelt wurde, und ihr Hauptmerkmal ist "Exports Opal card data so you can view it in your calendar.".

Erweiterungsscreenshots

screenshot

Opal Miner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Opal Miner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Opal Miner Opal Miner
ID onnhgfmpngelgiblhnjikgflakgfjekm
Offizielle URL https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm
Beschreibung Exports Opal card data so you can view it in your calendar.
Dateigröße 20.98 KB
Installationsanzahl 11
Aktuelle Version 1.1
Letztes Update 2014-09-21
Veröffentlichungsdatum 2014-09-21
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler rkat
Zahlungsart free
Unterstützte Sprachen 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"
    }
}