Durham Uni Timetable Exporter

Converts the Durham uni timetable into a calender format

Cos'è Durham Uni Timetable Exporter?

Durham Uni Timetable Exporter è un'estensione di Chrome sviluppata da T Hudson, e la sua funzione principale è "Converts the Durham uni timetable into a calender format".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Durham Uni Timetable Exporter

Scarica i file di estensione Durham Uni Timetable Exporter 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

                        Allows you to export your Durham timetable to your favourite calendar app.                    

Informazioni di Base sull'Estensione

Nome Durham Uni Timetable Exporter Durham Uni Timetable Exporter
ID ifalpjcleppgpnbdobkfkpohibediebk
URL Ufficiale https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk
Descrizione Converts the Durham uni timetable into a calender format
Dimensione del File 46.06 KB
Conteggio Installazioni 72
Versione Corrente 0.2.1
Ultimo Aggiornamento 2015-08-29
Data di Pubblicazione 2015-08-29
Sviluppatore T Hudson
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Durham Uni Timetable Exporter",
    "short_name": "DU Timetable",
    "description": "Converts the Durham uni timetable into a calender format",
    "version": "0.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/timetable.dur.ac.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/timetable.dur.ac.uk\/*"
            ],
            "js": [
                "jQuery.js",
                "durTimetable.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "pagejs.js"
    ]
}