Smart Lyrics Tool

Smart Tools for Lyrics synchronize timing word by word

Qu'est-ce que Smart Lyrics Tool ?

Smart Lyrics Tool est une extension Chrome développée par https://smart-lyrics.com, et sa fonction principale est "Smart Tools for Lyrics synchronize timing word by word".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smart Lyrics Tool

Téléchargez les fichiers d'extension Smart Lyrics Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Smart Lyrics Tool Smart Lyrics Tool
ID gopgeoaoaiagoimppaajemipmcoihkmg
URL Officiel https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg
Description Smart Tools for Lyrics synchronize timing word by word
Taille du Fichier 46.43 KB
Nombre d'Installations 72
Version Actuelle 0.1
Dernière Mise à Jour 2018-01-05
Date de Publication 2018-01-05
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://smart-lyrics.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}