Chrome Version 27.0.1448.0 dev
尝试打电话时
chrome.downloads.download(url:song.url);
我收到错误chrome.downloads is not available: You do not have permission to access this API. Ensure that the required permission or manifest property is included in your manifest.json.
我的权限看起来像。
"permissions": [
"downloads",
"https://*/*", "http://*/*",
"tabs"
],