Smart Lyrics Tool
Smart Tools for Lyrics synchronize timing word by word
Smart Lyrics Tool란 무엇입니까?
Smart Lyrics Tool은(는) https://smart-lyrics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Tools for Lyrics synchronize timing word by word"입니다.
확장 프로그램 스크린샷
Smart Lyrics Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart Tools for Lyrics synchronize timing, Perfect highlight karaoke effect word by word. Simple and precise for Streaming Karaoke mobile apps.
확장 프로그램 기본 정보
이름 | |
ID | gopgeoaoaiagoimppaajemipmcoihkmg |
공식 URL | https://chrome.google.com/webstore/detail/smart-lyrics-tool/gopgeoaoaiagoimppaajemipmcoihkmg |
설명 | Smart Tools for Lyrics synchronize timing word by word |
파일 크기 | 46.43 KB |
설치 횟수 | 72 |
현재 버전 | 0.1 |
최근 업데이트 | 2018-01-05 |
출시 날짜 | 2018-01-05 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://smart-lyrics.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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'" } |