Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
Vad är Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter är en Chrome-tillägg utvecklad av T Hudson, och dess huvudfunktion är "Converts the Durham uni timetable into a calender format".
Tilläggsskärmbilder
Ladda ner Durham Uni Timetable Exporter-förlängningens CRX-fil
Ladda ner Durham Uni Timetable Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows you to export your Durham timetable to your favourite calendar app.
Grundläggande Information om Tillägg
Namn | Durham Uni Timetable Exporter |
ID | ifalpjcleppgpnbdobkfkpohibediebk |
Officiell webbadress | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk |
Beskrivning | Converts the Durham uni timetable into a calender format |
Filstorlek | 46.06 KB |
Antal Installationer | 72 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2015-08-29 |
Publiceringsdatum | 2015-08-29 |
Utvecklare | T Hudson |
Betalningssätt | free |
Stödda Språk | 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" ] } |