google-chrome

chrome api get working directory

I'm aware of chrome.extension.getURL(), which resolves a file to a url. Is there any way to get the current working directory (i.e. a pwd) in a similar fashion? ...