Microsoft introduced accelerators in Internet Explorer 8 Beta 1 as "activities." It later renamed this to "accelerators."[citation needed]
Accelerators were included in IE8 by default as a type of add-on.
This is an example of how to describe a map Accelerator using the OpenService Format:
<?xml version="1.0" encoding="UTF-8"?>
<openServiceDescription xmlns="http://www.microsoft.com/schemas/openservicedescription/1.0">
<homepageUrl>http://www.example.com</homepageUrl>
<display>
<name>Map with Example.com</name>
<icon>http://www.example.com/favicon.ico</icon>
</display>
<activity category="map">
<activityAction context="selection">
<preview action="http://www.example.com/geotager.html">
<parameter name="b" value="{selection}"/>
<parameter name="clean" value="true"/>
<parameter name="w" value="320"/>
<parameter name="h" value="240"/>
</preview>
<execute action="http://www.example.com/default.html">
<parameter name="where1" value="{selection}" type="text"/>
</execute>
</activityAction>
</activity>
</openServiceDescription>