Is there any API to use with the built-in Google Chrome PDF browser?

I want to make some changes to the Google Chrome extension that allows us to view PDf documents, do you know if the Google Chrome API can do this?

+7
source share
1 answer

Just insert a PDF and it will be integrated!

<embed name="plugin" type="application/pdf" width="100%" height="100%" src="http://mysite.com/somefile.pdf" /> 
0
source

All Articles