Last.fm NetDashboard
A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Apa itu Last.fm NetDashboard?
Last.fm NetDashboard adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Last.fm NetDashboard
Unduh file ekstensi Last.fm NetDashboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Last.fm NetDashboard |
ID | glimdmhadlinclgfbdcallpepnkkjomj |
URL Resmi | https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj |
Deskripsi | A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations. |
Ukuran File | 439 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-01-10 |
Tanggal Publikasi | 2015-01-09 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |