Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
What is Smart Lyrics Tool?
Smart Lyrics Tool is a Chrome extension developed by https://smart-lyrics.com, and its main feature is "Smart Tools for Lyrics synchronize timing word by word".
Extension Screenshots
Download Smart Lyrics Tool Extension CRX File
Download Smart Lyrics Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Extension Basic Information
Name | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
Official URL | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Description | Smart Tools for Lyrics synchronize timing word by word |
File Size | 46.43 KB |
Installation Count | 72 |
Current Version | 0.1 |
Last Updated | 2018-01-05 |
Publish Date | 2018-01-05 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://smart-lyrics.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |