You donβt need to show any code, but try this: suppose you can read a local file (you need to use chrome.fileSystem.chooseEntry or have a saved record in a file or a directory containing it) and get a FileEntry object, you can create a FileReader to get the file as the data url. You can then use this data URL directly in the web view. (Must have web browsing permission, in addition to the permissions required to access FileEntry.)
[Above, while I have breakfast. Some API names may be slightly disabled, but I hope you get a general idea.]
source share