SubLime

Show subroutines synced to HTML5 video

Cos'è SubLime?

SubLime è un'estensione di Chrome sviluppata da jori.devel, e la sua funzione principale è "Show subroutines synced to HTML5 video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SubLime

Scarica i file di estensione SubLime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SubLime SubLime
ID mfbmioaibkokjaddfppfcpnpcbjhlomo
URL Ufficiale https://chromewebstore.google.com/detail/sublime/mfbmioaibkokjaddfppfcpnpcbjhlomo
Descrizione Show subroutines synced to HTML5 video
Dimensione del File 67.52 KB
Conteggio Installazioni 136
Versione Corrente 1.9.1
Ultimo Aggiornamento 2015-11-14
Data di Pubblicazione 2015-11-14
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore jori.devel
Tipo di Pagamento free
Sito Web dell'Estensione https://sub-lime.appspot.com
Lingue Supportate 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"
    ]
}