CCaptioner
Assign a text track to a video element in a web page
CCaptionerとは何ですか?
CCaptionerはRaymond Hill (gorhill)によって開発されたChromeの拡張機能で、その主な機能は「Assign a text track to a video element in a web page」です。
拡張機能のスクリーンショット
CCaptioner拡張機能のCRXファイルをダウンロード
CCaptioner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A very simple extension which purpose is to assign a text track (.srt or .vtt) to a HTML5 video element in a web page.
Many HTML5 video players do not offer the ability to import text track for captions/subtitles purpose. The purpose of this extension is to remediate this problem.
When you want to assign a text track to a video element in a web page:
- Open the popup menu and click "Assign text track to..."
- Move the mouse over the target video element
- Click the video element if needed
- A file picker will appear
- Pick the .srt or .vtt file to use as text track
The video should now render the captions/subtitles of the file you selected.
The content scripts of CCaptioner are injected if and only if you click on its toolbar icon while on a specific web site, and only for that web site. Once the text track is embedded, the content script terminates and should be garbage-collected by your browser's JavaScript engine.
Once a text track has been assigned to a video element on a given page, you can time-shift the text track through CCaptioner's popup panel -- this is useful when the text track is not well synchronized with the video content.
## Permissions
### activeTab
This permission means that the extension will be able to interact with a web page only when you click its icon in the toolbar; so CCaptioner's content script is injected only when you demand it by clicking CCaptioner's toolbar icon.
###
This permission is necessary to ensure CCaptioner's content script can also be injected in embedded iframe elements in a page -- it is not uncommon for video players to be inside an iframe which origin is different from the origin of the root document. 拡張機能の基本情報
| 名前 | |
| ID | lckmkmkmghpklkkbfhhfgalajdnjcnbn |
| 公式URL | https://chromewebstore.google.com/detail/ccaptioner/lckmkmkmghpklkkbfhhfgalajdnjcnbn |
| 説明 | Assign a text track to a video element in a web page |
| ファイルサイズ | 24.54 KB |
| インストール数 | 1,445 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2020-03-03 |
| 公開日 | 2020-03-01 |
| 評価 | 3.20/5 合計 15 レビュー |
| 開発者 | Raymond Hill (gorhill) |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://github.com/gorhill/uBlock/wiki/Privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Raymond Hill",
"browser_action": {
"default_icon": {
"64": "icon-64.png"
},
"default_title": "CCaptioner",
"default_popup": "popup.html"
},
"description": "Assign a text track to a video element in a web page",
"icons": {
"64": "icon-64.png"
},
"manifest_version": 2,
"name": "CCaptioner",
"permissions": [
"activeTab",
" | |