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ファイルをダウンロード
Smart Lyrics Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |