Is it possible to add an image - that is stored inside the addon - to the html document.

Add-in Express™ Support Service
That's what is more important than anything else

Is it possible to add an image - that is stored inside the addon - to the html document.
 
Niek




Posts: 1
Joined: 2011-05-05
This is for example possible in chrome in the following way:

<img st yle="width:16px; height:16px;border:none;" src="chrome-extension://ekiibapogjgmlhlhpoalbppfhhgkcogc/images/green20x20.gif">

I'm curious if it's also possible in IE using the Add-In Express for IE.
Posted 05 May, 2011 03:05:16 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Niek,

No, it is not possible in IE.
Posted 05 May, 2011 05:19:47 Top