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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.”。
扩展截图
下载Last.fm NetDashboard扩展crx文件
下载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 |
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" } } |