Durham Uni Timetable Exporter

Converts the Durham uni timetable into a calender format

Durham Uni Timetable Exporter là gì?

Durham Uni Timetable Exporter là một tiện ích mở rộng Chrome được phát triển bởi T Hudson, và tính năng chính của nó là "Converts the Durham uni timetable into a calender format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Durham Uni Timetable Exporter

Tải xuống các tệp mở rộng Durham Uni Timetable Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allows you to export your Durham timetable to your favourite calendar app.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Durham Uni Timetable Exporter Durham Uni Timetable Exporter
ID ifalpjcleppgpnbdobkfkpohibediebk
URL Chính Thức https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk
Mô tả Converts the Durham uni timetable into a calender format
Kích Thước Tệp 46.06 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2015-08-29
Ngày Phát Hành 2015-08-29
Nhà Phát Triển T Hudson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}