Opal Miner
Exports Opal card data so you can view it in your calendar.
Qu'est-ce que Opal Miner ?
Opal Miner est une extension Chrome développée par rkat, et sa fonction principale est "Exports Opal card data so you can view it in your calendar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Opal Miner
Téléchargez les fichiers d'extension Opal Miner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Opal Miner |
ID | onnhgfmpngelgiblhnjikgflakgfjekm |
URL Officiel | https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm |
Description | Exports Opal card data so you can view it in your calendar. |
Taille du Fichier | 20.98 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-09-21 |
Date de Publication | 2014-09-21 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | rkat |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |