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
公式URL 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
Eメール [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
}