Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
Wat is Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter is een Chrome-extensie ontwikkeld door T Hudson, en de belangrijkste functie is "Converts the Durham uni timetable into a calender format".
Extensie Screenshots
Download het CRX-bestand van de extensie Durham Uni Timetable Exporter
Download Durham Uni Timetable Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to export your Durham timetable to your favourite calendar app.
Basisinformatie over de Extensie
Naam | Durham Uni Timetable Exporter |
ID | ifalpjcleppgpnbdobkfkpohibediebk |
Officiële URL | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk |
Beschrijving | Converts the Durham uni timetable into a calender format |
Bestandsgrootte | 46.06 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2015-08-29 |
Publicatiedatum | 2015-08-29 |
Ontwikkelaar | T Hudson |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |