Spotify lyrics searcher
Opens Google search page with current song as search parameter
Spotify lyrics searcher là gì?
Spotify lyrics searcher là một tiện ích mở rộng Chrome được phát triển bởi https://sebastiaanjansen.be, và tính năng chính của nó là "Opens Google search page with current song as search parameter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spotify lyrics searcher
Tải xuống các tệp mở rộng Spotify lyrics searcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Opens a Google search page with the current song as parameter. Works only with Spotify Web player.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spotify lyrics searcher |
ID | ffmkmjljpnohoggpphnjddfhcaaaelai |
URL Chính Thức | https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai |
Mô tả | Opens Google search page with current song as search parameter |
Kích Thước Tệp | 30.06 KB |
Số Lần Cài Đặt | 161 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-08-29 |
Ngày Phát Hành | 2016-08-29 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://sebastiaanjansen.be |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |