Opal Miner

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

ما هو Opal Miner؟

Opal Miner هو إضافة Chrome تم تطويرها بواسطة rkat، والميزة الرئيسية لها هي "Exports Opal card data so you can view it in your calendar.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Opal Miner

قم بتنزيل ملفات الامتداد Opal Miner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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