Smart Lyrics Tool

Smart Tools for Lyrics synchronize timing word by word

Cos'è Smart Lyrics Tool?

Smart Lyrics Tool è un'estensione di Chrome sviluppata da https://smart-lyrics.com, e la sua funzione principale è "Smart Tools for Lyrics synchronize timing word by word".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smart Lyrics Tool

Scarica i file di estensione Smart Lyrics Tool 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

                        Smart Tools for Lyrics synchronize timing, 
Perfect highlight karaoke effect word by word. 
Simple and precise for Streaming Karaoke mobile apps.                    

Informazioni di Base sull'Estensione

Nome Smart Lyrics Tool Smart Lyrics Tool
ID gopgeoaoaiagoimppaajemipmcoihkmg
URL Ufficiale https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg
Descrizione Smart Tools for Lyrics synchronize timing word by word
Dimensione del File 46.43 KB
Conteggio Installazioni 72
Versione Corrente 0.1
Ultimo Aggiornamento 2018-01-05
Data di Pubblicazione 2018-01-05
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://smart-lyrics.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Lyrics Tool",
    "short_name": "Smart Lyrics Tool",
    "description": "Smart Tools for Lyrics synchronize timing word by word",
    "version": "0.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "assets\/16.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/128.png",
        "default_title": "Smart Lyrics Tool",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}