SubLime

Show subroutines synced to HTML5 video

什麼是SubLime?

SubLime是由jori.devel開發的Chrome擴展程式,該擴展的主要功能是“Show subroutines synced to HTML5 video”。

擴展截圖

screenshot

下載SubLime擴展crx文件

下載SubLime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        SubLime allows you to overlay SRT subtitles over an HTML5 video element on a web page. Tested with YouTube, Netflix and vimeo (if HTML5 video is used instead of flash video).

Sync can be adjusted in a number of ways, and if desired, the re-synced subtitles can be exported to a new file.

For more info, see: https://sub-lime.appspot.com                    

擴展基本資訊

名稱 SubLime SubLime
ID mfbmioaibkokjaddfppfcpnpcbjhlomo
官方網址 https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo
簡介 Show subroutines synced to HTML5 video
檔案大小 67.52 KB
安裝次數 136
目前版本 1.9.1
更新時間 2015-11-14
上架時間 2015-11-14
評分 3.67/5 共 3 次評分
開發者 jori.devel
付費類型 free
擴展官網 https://sub-lime.appspot.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SubLime",
    "description": "Show subroutines synced to HTML5 video",
    "version": "1.9.1",
    "homepage_url": "https:\/\/sub-lime.appspot.com\/",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "FileSaver.js",
        "jquery.min.js",
        "sublime.js",
        "sublimelet.js",
        "sublime.css",
        "options.html",
        "options.js",
        "vex-theme-wireframe.css",
        "vex.css",
        "vex.dialog.js",
        "vex.js"
    ]
}