HTML5 Subtitle Timeline Marker

HTML5 Subtitle Timeline Marker

Using HTML5 Web API which can import a video and subtitle file and mark subtitle start and end time in a web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTML5 Subtitle Timeline Marker",
  "version": "0.0.3",
  "description": "Using HTML5 Web API which can import a video and subtitle file and mark subtitle start and end time in a web browser.",
  "homepage_url": "https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-subtitle-timeline-marker/",
  "minimum_chrome_version": "35.0.0",
  "icons": {
    "128": "logo/128.png"
  },
  "browser_action": {
    "default_icon": "logo/128.png",
    "default_title": "Open HTML5 Subtitle Timeline Marker"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  }
}