Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
Apa itu Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter adalah ekstensi Chrome yang dikembangkan oleh T Hudson, dan fitur utamanya adalah "Converts the Durham uni timetable into a calender format".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Durham Uni Timetable Exporter
Unduh file ekstensi Durham Uni Timetable Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Allows you to export your Durham timetable to your favourite calendar app.
Informasi Dasar Ekstensi
Nama | Durham Uni Timetable Exporter |
ID | ifalpjcleppgpnbdobkfkpohibediebk |
URL Resmi | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk |
Deskripsi | Converts the Durham uni timetable into a calender format |
Ukuran File | 46.06 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2015-08-29 |
Tanggal Publikasi | 2015-08-29 |
Pengembang | T Hudson |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |