Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
Wat is Smart Lyrics Tool?
Smart Lyrics Tool is een Chrome-extensie ontwikkeld door https://smart-lyrics.com, en de belangrijkste functie is "Smart Tools for Lyrics synchronize timing word by word".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Lyrics Tool
Download Smart Lyrics Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Basisinformatie over de Extensie
Naam | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
Officiële URL | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Beschrijving | Smart Tools for Lyrics synchronize timing word by word |
Bestandsgrootte | 46.43 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-01-05 |
Publicatiedatum | 2018-01-05 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://smart-lyrics.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |