Spotify lyrics searcher

Opens Google search page with current song as search parameter

什麼是Spotify lyrics searcher?

Spotify lyrics searcher是由https://sebastiaanjansen.be開發的Chrome擴展程式,該擴展的主要功能是“Opens Google search page with current song as search parameter”。

擴展截圖

screenshot

下載Spotify lyrics searcher擴展crx文件

下載Spotify lyrics searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Opens a Google search page with the current song as parameter. Works only with Spotify Web player.                    

擴展基本資訊

名稱 Spotify lyrics searcher Spotify lyrics searcher
ID ffmkmjljpnohoggpphnjddfhcaaaelai
官方網址 https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai
簡介 Opens Google search page with current song as search parameter
檔案大小 30.06 KB
安裝次數 161
目前版本 1.0
更新時間 2016-08-29
上架時間 2016-08-29
評分 1.00/5 共 1 次評分
開發者 https://sebastiaanjansen.be
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify lyrics searcher",
    "description": "Opens Google search page with current song as search parameter",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Spotify lyrics searcher"
    },
    "manifest_version": 2
}