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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Durham Uni Timetable Exporter
قم بتنزيل ملفات الامتداد Durham Uni Timetable Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |