Caption Creator for Drive

Caption Creator for Drive

A simple way to create subtitles for the videos that you have on your Google Drive. Youtube has a great way to caption videos,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Caption Creator for Drive",
  "description": "",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://script.google.com/macros/s/AKfycbwRMgzKtBzlqF-dRCy5AdELuOlh-KPeVi0jXOqrsfqdTa6Ka94d/exec"
    ],
    "launch": {
      "web_url": "https://script.google.com/macros/s/AKfycbwRMgzKtBzlqF-dRCy5AdELuOlh-KPeVi0jXOqrsfqdTa6Ka94d/exec"
    }
  },
  "icons": {
    "128": "script-icon_128.png"
  }
}