Last.fm NetDashboard
A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Co je Last.fm NetDashboard?
Last.fm NetDashboard je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Last.fm NetDashboard
Stáhněte si soubory rozšíření Last.fm NetDashboard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Last.fm NetDashboard |
ID | glimdmhadlinclgfbdcallpepnkkjomj |
Oficiální URL | https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj |
Popis | A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations. |
Velikost souboru | 439 KB |
Počet instalací | 41 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2015-01-10 |
Datum Vydání | 2015-01-09 |
Hodnocení | 3.00/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } } |