NTU COOL 字幕產生器

NTU COOL 字幕產生器 (Beta) 為 NTU COOL 語音辨識字幕功能的測試版。

What is NTU COOL 字幕產生器?

NTU COOL 字幕產生器 is a Chrome extension developed by Leyun Fu, and its main feature is "NTU COOL 字幕產生器 (Beta) 為 NTU COOL 語音辨識字幕功能的測試版。".

Extension Screenshots

screenshot

Download NTU COOL 字幕產生器 Extension CRX File

Download NTU COOL 字幕產生器 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

                        [2023-11-29 17:13更新] 目前辨識、使用字幕等功能皆已恢復服務,感謝您的耐心等候。


[2023-10-14 更新] 安裝環境開啟執行檔(https://hackmd.io/yD9gREvpSx-A4DThZ53Tzw),即可點擊開啟設定完成的瀏覽器,省略安裝第一步驟。

將此擴充功能安裝在Chrome瀏覽器上,即可在NTU COOL網站中體驗語音辨識字幕功能。
使用說明:https://hackmd.io/fyLYBvG5RaWI_HP6tbsOMw                    

Extension Basic Information

Name NTU COOL 字幕產生器 NTU COOL 字幕產生器
ID docghmaodkaieihebenpieblmcfcoppo
Official URL https://chromewebstore.google.com/detail/ntu-cool-%E5%AD%97%E5%B9%95%E7%94%A2%E7%94%9F%E5%99%A8/docghmaodkaieihebenpieblmcfcoppo
Description NTU COOL 字幕產生器 (Beta) 為 NTU COOL 語音辨識字幕功能的測試版。
File Size 23.74 KB
Installation Count 524
Current Version 2.1.0
Last Updated 2023-12-07
Publish Date 2023-06-29
Developer Leyun Fu
Email [email protected]
Payment Type free
Help Page URL https://hackmd.io/fyLYBvG5RaWI_HP6tbsOMw
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NTU COOL \u5b57\u5e55\u7522\u751f\u5668",
    "description": "NTU COOL \u5b57\u5e55\u7522\u751f\u5668 (Beta) \u70ba NTU COOL \u8a9e\u97f3\u8fa8\u8b58\u5b57\u5e55\u529f\u80fd\u7684\u6e2c\u8a66\u7248\u3002",
    "version": "2.1.0",
    "icons": {
        "16": "images\/NTUCOOL_logo_16.png",
        "32": "images\/NTUCOOL_logo_32.png",
        "48": "images\/NTUCOOL_logo_48.png",
        "128": "images\/NTUCOOL_logo_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/content.js"
            ],
            "matches": [
                "https:\/\/cool.ntu.edu.tw\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "ntu cool subtitle extension",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs"
    ]
}