I\'am developing an Extension for Chrome browser.
I wan\'t to choose a file from a input type=\"file\" html element using the extension.
But I know this is not
Is this an extension for personal use only? If so, you may be able to use --disable-web-security and --allow-file-access-from-files. Otherwise you might need to use a native plugin: https://code.google.com/p/firebreath/