Last.fm NetDashboard

A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.

Last.fm NetDashboardคืออะไร?

Last.fm NetDashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last.fm NetDashboard

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

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

                        A Widget to emulate the dashboard view of the Last.fm website and more!. See yours or your friends tracks and charts, recommended artists, recommended music, recommended events, and compare users.

Netvibes user?  Add to Netvibes and others here: http://eco.netvibes.com/apps/496991/last-fm-netdashboard                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Last.fm NetDashboard Last.fm NetDashboard
ID glimdmhadlinclgfbdcallpepnkkjomj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj
คำอธิบาย A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
ขนาดไฟล์ 439 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2015-01-10
วันที่เผยแพร่ 2015-01-09
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last.fm NetDashboard",
    "description": "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "richIcon.png",
        "64": "favIcon.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/uwa.netvibes.com; object-src 'self'; ",
    "browser_action": {
        "default_icon": "richIcon.png",
        "default_popup": "widget.html"
    }
}