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"
],