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 |
官方網址 | 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" } } |