SubLime

Show subroutines synced to HTML5 video

What is SubLime?

SubLime is a Chrome extension developed by jori.devel, and its main feature is "Show subroutines synced to HTML5 video".

Extension Screenshots

screenshot

Download SubLime Extension CRX File

Download SubLime 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

                        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                    

Extension Basic Information

Name SubLime SubLime
ID mfbmioaibkokjaddfppfcpnpcbjhlomo
Official URL https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo
Description Show subroutines synced to HTML5 video
File Size 67.52 KB
Installation Count 136
Current Version 1.9.1
Last Updated 2015-11-14
Publish Date 2015-11-14
Rating 3.67/5 Total 3 Ratings
Developer jori.devel
Payment Type free
Extension Website https://sub-lime.appspot.com
Supported Languages 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"
    ]
}