交大E3檔案直接下載器

讓E3上面的檔案直接可以下載

What is 交大E3檔案直接下載器?

交大E3檔案直接下載器 is a Chrome extension developed by frank890417, and its main feature is "讓E3上面的檔案直接可以下載".

Extension Screenshots

screenshot
screenshot

Download 交大E3檔案直接下載器 Extension CRX File

Download 交大E3檔案直接下載器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        讓E3上面的檔案可以直接下載!                    

Extension Basic Information

Name 交大E3檔案直接下載器 交大E3檔案直接下載器
ID ceecbpkljlcidjapkdnieimjdeoeobdn
Official URL https://chromewebstore.google.com/detail/%E4%BA%A4%E5%A4%A7e3%E6%AA%94%E6%A1%88%E7%9B%B4%E6%8E%A5%E4%B8%8B%E8%BC%89%E5%99%A8/ceecbpkljlcidjapkdnieimjdeoeobdn
Description 讓E3上面的檔案直接可以下載
File Size 427 KB
Installation Count 69
Current Version 1.0
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 5.00/5 Total 1 Ratings
Developer frank890417
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4ea4\u5927E3\u6a94\u6848\u76f4\u63a5\u4e0b\u8f09\u5668",
    "description": "\u8b93E3\u4e0a\u9762\u7684\u6a94\u6848\u76f4\u63a5\u53ef\u4ee5\u4e0b\u8f09",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "bootstrap-theme.min.css",
                "bootstrap.min.css",
                "e3p.css"
            ],
            "js": [
                "jquery.js",
                "e3p.js"
            ],
            "matches": [
                "https:\/\/e3.nctu.edu.tw\/NCTU_Easy_E3P\/lms3\/*"
            ]
        }
    ]
}