SubLime

Show subroutines synced to HTML5 video

Hvad er SubLime?

SubLime er en Chrome-udvidelse udviklet af jori.devel, og dens hovedfunktion er "Show subroutines synced to HTML5 video".

Udvidelsesskærmbilleder

screenshot

Download SubLime-udvidelses-CRX-fil

Download SubLime-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SubLime SubLime
ID mfbmioaibkokjaddfppfcpnpcbjhlomo
Officiel URL https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo
Beskrivelse Show subroutines synced to HTML5 video
Filstørrelse 67.52 KB
Antal Installationer 136
Nuværende Version 1.9.1
Senest Opdateret 2015-11-14
Udgivelsesdato 2015-11-14
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler jori.devel
Betalingsmetode free
Udvidelseswebsted https://sub-lime.appspot.com
Understøttede Sprog 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"
    ]
}