Smart Lyrics Tool

Smart Tools for Lyrics synchronize timing word by word

Was ist Smart Lyrics Tool?

Smart Lyrics Tool ist eine Chrome-Erweiterung, die von https://smart-lyrics.com entwickelt wurde, und ihr Hauptmerkmal ist "Smart Tools for Lyrics synchronize timing word by word".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Smart Lyrics Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Lyrics Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Smart Lyrics Tool Smart Lyrics Tool
ID gopgeoaoaiagoimppaajemipmcoihkmg
Offizielle URL https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg
Beschreibung Smart Tools for Lyrics synchronize timing word by word
Dateigröße 46.43 KB
Installationsanzahl 72
Aktuelle Version 0.1
Letztes Update 2018-01-05
Veröffentlichungsdatum 2018-01-05
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://smart-lyrics.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}