交大E3檔案直接下載器
讓E3上面的檔案直接可以下載
Wat is 交大E3檔案直接下載器?
交大E3檔案直接下載器 is een Chrome-extensie ontwikkeld door frank890417, en de belangrijkste functie is "讓E3上面的檔案直接可以下載".
Extensie Screenshots
Download het CRX-bestand van de extensie 交大E3檔案直接下載器
Download 交大E3檔案直接下載器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
讓E3上面的檔案可以直接下載!
Basisinformatie over de Extensie
Naam | |
ID | ceecbpkljlcidjapkdnieimjdeoeobdn |
Officiële 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 |
Beschrijving | 讓E3上面的檔案直接可以下載 |
Bestandsgrootte | 427 KB |
Aantal Installaties | 69 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-02-25 |
Publicatiedatum | 2016-02-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | frank890417 |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |