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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Smart Lyrics Tool Smart Lyrics Tool
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'"
}