Last.fm NetDashboard
A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Hvad er Last.fm NetDashboard?
Last.fm NetDashboard er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".
Udvidelsesskærmbilleder
Download Last.fm NetDashboard-udvidelses-CRX-fil
Download Last.fm NetDashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Last.fm NetDashboard |
ID | glimdmhadlinclgfbdcallpepnkkjomj |
Officiel URL | https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj |
Beskrivelse | A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations. |
Filstørrelse | 439 KB |
Antal Installationer | 41 |
Nuværende Version | 0.3 |
Senest Opdateret | 2015-01-10 |
Udgivelsesdato | 2015-01-09 |
Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |