Opal Miner
Exports Opal card data so you can view it in your calendar.
Wat is Opal Miner?
Opal Miner is een Chrome-extensie ontwikkeld door rkat, en de belangrijkste functie is "Exports Opal card data so you can view it in your calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Opal Miner
Download Opal Miner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Opal Miner |
ID | onnhgfmpngelgiblhnjikgflakgfjekm |
Officiële URL | https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm |
Beschrijving | Exports Opal card data so you can view it in your calendar. |
Bestandsgrootte | 20.98 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-09-21 |
Publicatiedatum | 2014-09-21 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rkat |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |