Opal Miner

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

什么是Opal Miner?

Opal Miner是由rkat开发的Chrome扩展程序,该扩展的主要功能是“Exports Opal card data so you can view it in your calendar.”。

扩展截图

screenshot

下载Opal Miner扩展crx文件

下载Opal Miner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Opal Miner Opal Miner
ID onnhgfmpngelgiblhnjikgflakgfjekm
官方URL https://chromewebstore.google.com/detail/opal-miner/onnhgfmpngelgiblhnjikgflakgfjekm
简介 Exports Opal card data so you can view it in your calendar.
文件大小 20.98 KB
安装次数 11
当前版本 1.1
更新时间 2014-09-21
上架时间 2014-09-21
评分 4.00/5 共1次评分
开发者 rkat
付费类型 free
支持的语言 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"
    }
}