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" } } |