Music Tab
View your recently played Spotify songs everytime you open a new tab!
Co je Music Tab?
Music Tab je rozšíření Chrome vyvinuté Brandon Vo, a jeho hlavní funkcí je „View your recently played Spotify songs everytime you open a new tab!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Music Tab
Stáhněte si soubory rozšíření Music Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
With Music Tab, you can appreciate your favourite artists' cover art while browsing the web. Music Tab is a new tab theme that displays the cover art and title of a recent Spotify song you listened. To get started, install the Google Chrome extension and enable Music Tab. Planned Features • Customizable Background (colour, gradient...) • Displayed Song Settings (top tracks, recommended songs...)
Základní Informace o Rozšíření
Název | Music Tab |
ID | ognlklnalejbjmbliihoojjeeaeiobao |
Oficiální URL | https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao |
Popis | View your recently played Spotify songs everytime you open a new tab! |
Velikost souboru | 785 KB |
Počet instalací | 102 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2022-03-08 |
Datum Vydání | 2022-03-03 |
Hodnocení | 4.96/5 Celkem 23 Hodnocení |
Vývojář | Brandon Vo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Music Tab", "version": "1.1.4", "description": "View your recently played Spotify songs everytime you open a new tab!", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" } }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "service_worker": "assets\/js\/background.js" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "default-src 'self'" }, "permissions": [ "storage" ] } |