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
官方網址 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'"
}