Durham Uni Timetable Exporter

Converts the Durham uni timetable into a calender format

Durham Uni Timetable Exporterคืออะไร?

Durham Uni Timetable Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T Hudson และคุณลักษณะหลักของมันคือ "Converts the Durham uni timetable into a calender format"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Durham Uni Timetable Exporter

ดาวน์โหลดไฟล์ส่วนขยาย Durham Uni Timetable Exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Durham Uni Timetable Exporter 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"
    ]
}