Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
什麼是Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter是由T Hudson開發的Chrome擴展程式,該擴展的主要功能是“Converts the Durham uni timetable into a calender format”。
擴展截圖
下載Durham Uni Timetable Exporter擴展crx文件
下載Durham Uni Timetable Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to export your Durham timetable to your favourite calendar app.
擴展基本資訊
名稱 | Durham Uni Timetable Exporter |
ID | ifalpjcleppgpnbdobkfkpohibediebk |
官方網址 | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk |
簡介 | Converts the Durham uni timetable into a calender format |
檔案大小 | 46.06 KB |
安裝次數 | 72 |
目前版本 | 0.2.1 |
更新時間 | 2015-08-29 |
上架時間 | 2015-08-29 |
開發者 | T Hudson |
付費類型 | free |
支援的語言 | 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" ] } |