Durham Uni Timetable Exporter

Converts the Durham uni timetable into a calender format

Durham Uni Timetable Exporter क्या है?

Durham Uni Timetable Exporter T Hudson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts the Durham uni timetable into a calender format"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Durham Uni Timetable Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}