Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
¿Qué es Smart Lyrics Tool?
Smart Lyrics Tool es una extensión de Chrome desarrollada por https://smart-lyrics.com, y su función principal es "Smart Tools for Lyrics synchronize timing word by word".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Lyrics Tool
Descarga archivos de extensión Smart Lyrics Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Información Básica de la Extensión
Nombre | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
URL Oficial | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Descripción | Smart Tools for Lyrics synchronize timing word by word |
Tamaño del Archivo | 46.43 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 0.1 |
Última Actualización | 2018-01-05 |
Fecha de Publicación | 2018-01-05 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://smart-lyrics.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |