Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
Hvad er Smart Lyrics Tool?
Smart Lyrics Tool er en Chrome-udvidelse udviklet af https://smart-lyrics.com, og dens hovedfunktion er "Smart Tools for Lyrics synchronize timing word by word".
Udvidelsesskærmbilleder
Download Smart Lyrics Tool-udvidelses-CRX-fil
Download Smart Lyrics Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
Officiel URL | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Beskrivelse | Smart Tools for Lyrics synchronize timing word by word |
Filstørrelse | 46.43 KB |
Antal Installationer | 72 |
Nuværende Version | 0.1 |
Senest Opdateret | 2018-01-05 |
Udgivelsesdato | 2018-01-05 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | https://smart-lyrics.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |