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"
    }
}