I updated to Chrome 6.0.472.14, which has moved the context menu API out of the experimental. I ported my experimental context menus to the new API, but now my context menus wont appear on any "file:///" urls.
Any idea how to give permission for the context menus to work for file:/// urls?
This does not seem to work as a parameter to chrome.contextMenus.create:
Code:documentUrlPatterns: ["file:///*"]


LinkBack URL
About LinkBacks




Reply With Quote