Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
What is Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter is a Chrome extension developed by T Hudson, and its main feature is "Converts the Durham uni timetable into a calender format".
Extension Screenshots
Download Durham Uni Timetable Exporter Extension CRX File
Download Durham Uni Timetable Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to export your Durham timetable to your favourite calendar app.
Extension Basic Information
Name | Durham Uni Timetable Exporter |
ID | ifalpjcleppgpnbdobkfkpohibediebk |
Official URL | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk |
Description | Converts the Durham uni timetable into a calender format |
File Size | 46.06 KB |
Installation Count | 72 |
Current Version | 0.2.1 |
Last Updated | 2015-08-29 |
Publish Date | 2015-08-29 |
Developer | T Hudson |
Payment Type | free |
Supported Languages | 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" ] } |