Music Tab
View your recently played Spotify songs everytime you open a new tab!
ما هو Music Tab؟
Music Tab هو إضافة Chrome تم تطويرها بواسطة Brandon Vo، والميزة الرئيسية لها هي "View your recently played Spotify songs everytime you open a new tab!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Music Tab
قم بتنزيل ملفات الامتداد Music Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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...)
معلومات أساسية عن التمديد
الاسم | Music Tab |
ID | ognlklnalejbjmbliihoojjeeaeiobao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/music-tab/ognlklnalejbjmbliihoojjeeaeiobao |
الوصف | View your recently played Spotify songs everytime you open a new tab! |
حجم الملف | 785 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 1.1.4 |
آخر تحديث | 2022-03-08 |
تاريخ النشر | 2022-03-03 |
تقييم | 4.96/5 مجموع تقييمات 23 |
المطور | Brandon Vo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |