2013-03-28 34 views
2

隨着Chrome Version 27.0.1448.0 dev在嘗試呼叫Chrome擴展開發渠道,下載權限

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

回答

0

我相信這是一個實驗性功能,因此您可能還需要請求「實驗」權限。

+0

謝謝您的迴應,但它已啓用。 – WhiteWhim 2013-04-04 02:04:25