Durham Uni Timetable Exporter
Converts the Durham uni timetable into a calender format
Co to jest Durham Uni Timetable Exporter?
Durham Uni Timetable Exporter to rozszerzenie Chrome opracowane przez T Hudson, a jego główną funkcją jest „Converts the Durham uni timetable into a calender format”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Durham Uni Timetable Exporter
Pobierz pliki rozszerzeń Durham Uni Timetable Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Allows you to export your Durham timetable to your favourite calendar app.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ifalpjcleppgpnbdobkfkpohibediebk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/durham-uni-timetable-expo/ifalpjcleppgpnbdobkfkpohibediebk | 
| Opis | Converts the Durham uni timetable into a calender format | 
| Rozmiar pliku | 46.06 KB | 
| Liczba instalacji | 72 | 
| Aktualna Wersja | 0.2.1 | 
| Ostatnia Aktualizacja | 2015-08-29 | 
| Data Publikacji | 2015-08-29 | 
| Deweloper | T Hudson | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
}  |  |