Spotify lyrics searcher
Opens Google search page with current song as search parameter
Co to jest Spotify lyrics searcher?
Spotify lyrics searcher to rozszerzenie Chrome opracowane przez https://sebastiaanjansen.be, a jego główną funkcją jest „Opens Google search page with current song as search parameter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spotify lyrics searcher
Pobierz pliki rozszerzeń Spotify lyrics searcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Opens a Google search page with the current song as parameter. Works only with Spotify Web player.
Podstawowe informacje o rozszerzeniu
Nazwa | Spotify lyrics searcher |
ID | ffmkmjljpnohoggpphnjddfhcaaaelai |
Oficjalny URL | https://chromewebstore.google.com/detail/spotify-lyrics-searcher/ffmkmjljpnohoggpphnjddfhcaaaelai |
Opis | Opens Google search page with current song as search parameter |
Rozmiar pliku | 30.06 KB |
Liczba instalacji | 161 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-08-29 |
Data Publikacji | 2016-08-29 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://sebastiaanjansen.be |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |