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 |
官方URL | 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" ] } |