Durham Uni Timetable Exporter

Converts the Durham uni timetable into a calender format

Durham Uni Timetable Exporterとは何ですか?

Durham Uni Timetable ExporterはT Hudsonによって開発されたChromeの拡張機能で、その主な機能は「Converts the Durham uni timetable into a calender format」です。

拡張機能のスクリーンショット

screenshot

Durham Uni Timetable Exporter拡張機能のCRXファイルをダウンロード

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