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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |