Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
Co to jest Smart Lyrics Tool?
Smart Lyrics Tool to rozszerzenie Chrome opracowane przez https://smart-lyrics.com, a jego główną funkcją jest „Smart Tools for Lyrics synchronize timing word by word”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Lyrics Tool
Pobierz pliki rozszerzeń Smart Lyrics Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
Oficjalny URL | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Opis | Smart Tools for Lyrics synchronize timing word by word |
Rozmiar pliku | 46.43 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2018-01-05 |
Data Publikacji | 2018-01-05 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | https://smart-lyrics.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |