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!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Music Tab

ดาวน์โหลดไฟล์ส่วนขยาย Music Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}