I'm developing a chrome extension that needs to save the current loaded page(.js and .html) and then generate a SHA1 hash of that loaded page. I have read everywhere that chrome extension doesn't allow loading a file which doesn't belong to its extension directory and is required to use NPAPI.
So I need some advice on what could be the best way for me to accomplish this?
Any help is greatly appreciated!