SubLime
Show subroutines synced to HTML5 video
Wat is SubLime?
SubLime is een Chrome-extensie ontwikkeld door jori.devel, en de belangrijkste functie is "Show subroutines synced to HTML5 video".
Extensie Screenshots
Download het CRX-bestand van de extensie SubLime
Download SubLime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mfbmioaibkokjaddfppfcpnpcbjhlomo |
| Officiële URL | https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo |
| Beschrijving | Show subroutines synced to HTML5 video |
| Bestandsgrootte | 67.52 KB |
| Aantal Installaties | 136 |
| Huidige Versie | 1.9.1 |
| Laatst Bijgewerkt | 2015-11-14 |
| Publicatiedatum | 2015-11-14 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | jori.devel |
| Betalingswijze | free |
| Extensiewebsite | https://sub-lime.appspot.com |
| Ondersteunde Talen | 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"
]
} | |