Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
Smart Lyrics Tool là gì?
Smart Lyrics Tool là một tiện ích mở rộng Chrome được phát triển bởi https://smart-lyrics.com, và tính năng chính của nó là "Smart Tools for Lyrics synchronize timing word by word".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Lyrics Tool
Tải xuống các tệp mở rộng Smart Lyrics Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
Mô tả | Smart Tools for Lyrics synchronize timing word by word |
Kích Thước Tệp | 46.43 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-01-05 |
Ngày Phát Hành | 2018-01-05 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://smart-lyrics.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |