Opal Miner
Exports Opal card data so you can view it in your calendar.
Cos'è Opal Miner?
Opal Miner è un'estensione di Chrome sviluppata da rkat, e la sua funzione principale è "Exports Opal card data so you can view it in your calendar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Opal Miner
Scarica i file di estensione Opal Miner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Opal Miner |
ID | onnhgfmpngelgiblhnjikgflakgfjekm |
URL Ufficiale | https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm |
Descrizione | Exports Opal card data so you can view it in your calendar. |
Dimensione del File | 20.98 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-09-21 |
Data di Pubblicazione | 2014-09-21 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | rkat |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |