CapCut Captions Download

剪映線上版字幕下載的小工具(不需登入帳號)。如果先按一下字幕軌再使用,就可以下載 .srt 檔案(有時間戳記跟文字的字幕檔);不然是純文字的 .txt 檔案。

Was ist CapCut Captions Download?

CapCut Captions Download ist eine Chrome-Erweiterung, die von gsyan entwickelt wurde, und ihr Hauptmerkmal ist "剪映線上版字幕下載的小工具(不需登入帳號)。如果先按一下字幕軌再使用,就可以下載 .srt 檔案(有時間戳記跟文字的字幕檔);不然是純文字的 .txt 檔案。".

Erweiterungsscreenshots

screenshot

CapCut Captions Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie CapCut Captions Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        這個工具是用來下載剪映線上版 ( https://www.capcut.com/editor ) 字幕用的。

安裝完這個小工具以後,剪映的左上角會多一個「下載字幕」的按鈕。

使用「下載字幕」前,請先製作好字幕,編輯區沒有字幕軌時,按下載的按鈕是無效的。

如果先在「字幕軌」上按一下以後,按「下載字幕」的按鈕,就可以下載有時間戳記跟文字的 .srt 格式字幕檔案;否則是下載純文字格式的 .txt 檔案。

中文文字的部份為簡體字,有需要請再自行轉換為繁體。                    

Grundlegende Informationen zur Erweiterung

Name CapCut Captions Download CapCut Captions Download
ID fijbfflhhcgejhgkdnngcpmilfeodmpg
Offizielle URL https://chromewebstore.google.com/detail/capcut-captions-download/fijbfflhhcgejhgkdnngcpmilfeodmpg
Beschreibung 剪映線上版字幕下載的小工具(不需登入帳號)。如果先按一下字幕軌再使用,就可以下載 .srt 檔案(有時間戳記跟文字的字幕檔);不然是純文字的 .txt 檔案。
Dateigröße 19.15 KB
Installationsanzahl 613
Aktuelle Version 0.1
Letztes Update 2023-02-16
Veröffentlichungsdatum 2023-02-16
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler gsyan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CapCut Captions Download",
    "description": "\u526a\u6620\u7dda\u4e0a\u7248\u5b57\u5e55\u4e0b\u8f09\u7684\u5c0f\u5de5\u5177(\u4e0d\u9700\u767b\u5165\u5e33\u865f)\u3002\u5982\u679c\u5148\u6309\u4e00\u4e0b\u5b57\u5e55\u8ecc\u518d\u4f7f\u7528\uff0c\u5c31\u53ef\u4ee5\u4e0b\u8f09 .srt \u6a94\u6848(\u6709\u6642\u9593\u6233\u8a18\u8ddf\u6587\u5b57\u7684\u5b57\u5e55\u6a94)\uff1b\u4e0d\u7136\u662f\u7d14\u6587\u5b57\u7684 .txt \u6a94\u6848\u3002",
    "version": "0.1",
    "manifest_version": 3,
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.capcut.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/cc-download-16.png",
        "32": "images\/cc-download-32.png",
        "48": "images\/cc-download-48.png",
        "128": "images\/cc-download-128.png"
    }
}