
AB Extension Pack
Moderators: Support Staff², Support Staff, AvantGuard, Developer
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
That was in 2007 dude
(Sun Jan 07, 2007 10:01 pm)


Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
- AXEMAN
- Avantic Elite
- Posts: 1606
- Joined: Thu Jan 24, 2008 12:55 am
- Windows Version: WIN 7 64 BIT
- Avant Version: THE LATEST
- IE Version: 9
Re: AB Extension Pack
Then why even mention it sorry lol i thought u ment yesterday LOL LOLMysteryFCM wrote:That was in 2007 dude(Sun Jan 07, 2007 10:01 pm)

-
- AvantGuard
- Posts: 7244
- Joined: Thu Jan 30, 2003 10:40 pm
- Windows Version: 10
- Avant Version: 2016 Build 1
- Default engine: Firefox
- IE Version: 11
- Skin: Crystal
- Location: New York
Re: AB Extension Pack
The post you read where he spoke of it was posted in 2007. Theres a date next to each post for future reference.AXEMAN wrote:Then why even mention it sorry lol i thought u ment yesterday LOL LOL

-
- Newbie
- Posts: 30
- Joined: Sun Mar 08, 2009 8:35 pm
- Windows Version: XP SP3
- Avant Version: 11.7 build 22
- IE Version: 7
Re: AB Extension Pack
I have no idea what happened, but I uninstalled it and then reinstalled it and it works fine.
Thanks for the great work. =D>
Thanks for the great work. =D>
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
Nice one, cheers for letting me know 


Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 30
- Joined: Sun Mar 08, 2009 8:35 pm
- Windows Version: XP SP3
- Avant Version: 11.7 build 22
- IE Version: 7
Re: AB Extension Pack
I'm interested in making my own little extension, but I am trying to figure out what all is involved with making one compatible with the extension pack. It's really simple so I just copied a set of reg, txt and htm files that should have been similar to what I wanted it to do; edited them and renamed them and used the import feature. Needless to say it didn't work or I wouldn't be bugging you.
The option is in the right click menu sometimes which is even stranger, but it doesn't work even when it is there.
It's a rip off of the Live Maps accelerator idea in IE8 where you highlight an address and then would right click and 'get directions' from your home address. Each htm file would be customized with your address.
HTM file:
reg file:
txt file:
Any hints or tips?

The option is in the right click menu sometimes which is even stranger, but it doesn't work even when it is there.
It's a rip off of the Live Maps accelerator idea in IE8 where you highlight an address and then would right click and 'get directions' from your home address. Each htm file would be customized with your address.
HTM file:
Code: Select all
<script Language=VBScript>
Set objShell = CreateObject("WScript.Shell")
lcSelection = external.menuArguments.document.selection.createRange().text
objShell.Run("http://maps.yahoo.com/map?q1=YOUR%20ADDRESS%20HERE&q2=" & Replace(lcSelection, " ", "+"))
</script>
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Get Directions]
"Contexts"=dword:00000014
@="C:\\Program Files\\AB Extension Pack\\Extensions\\Lookup\\luDirections.htm"
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Dictionary Lookup]
@="[PATH]Extensions\\Lookup\\luDictionary.htm"
"Contexts"=dword:00000014
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
The "sometimes" is caused by;shasha wrote:The option is in the right click menu sometimes which is even stranger, but it doesn't work even when it is there.
Code: Select all
"Contexts"=dword:00000014
http://msdn.microsoft.com/en-us/library/aa753589.aspx
http://blogs.msdn.com/oldnewthing/archi ... 40283.aspx
What exactly do you mean by "doesn't work even when it is there", do you mean it doesn't load the site? If so, check you've got scripting installed and enabled on the system, and have it enabled in the browser.

Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 30
- Joined: Sun Mar 08, 2009 8:35 pm
- Windows Version: XP SP3
- Avant Version: 11.7 build 22
- IE Version: 7
Re: AB Extension Pack
Once again it mysteriously started working...I have no idea why I have so many issues with these extensions not doing anything and then after enabling and disabling it a few times it works.
It works great by the way.
It works great by the way.

- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
hehe cool 
I'm actually working on an update to it as I write this

I'm actually working on an update to it as I write this


Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 30
- Joined: Sun Mar 08, 2009 8:35 pm
- Windows Version: XP SP3
- Avant Version: 11.7 build 22
- IE Version: 7
Re: AB Extension Pack
Cool. I was just showing my son (who is much better at scripts and stuff) and he was pretty impressed.
I'll be watching for the update and thanks again for such a great utility!
I'll be watching for the update and thanks again for such a great utility!
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
My pleasure 
I'm including Yahoo and Google maps, so will post back here when the update is ready

I'm including Yahoo and Google maps, so will post back here when the update is ready


Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
Here you go 
Just about to upload it to the mirrors but thought you would like a copy first
/edit
List of changes;
Version: 1.2.3
Added: Get Directions (Google Maps)
Added: Get Directions (Yahoo Maps)
Removed: Encarta extension
Ref: http://uk.encarta.msn.com/guide_page_FAQ/FAQ.html
Modified: Updated vURL (Dissect) extension
Modified: Updated MSN Lookup extension (now uses search.live.com)
Modified: Updated hpHosts Lookup extension
Modified: Updated OpenURL extension
Modified: Updated Open selected URL's extension
Modified: Updated Exalead extension

Just about to upload it to the mirrors but thought you would like a copy first

/edit
List of changes;
Version: 1.2.3
Added: Get Directions (Google Maps)
Added: Get Directions (Yahoo Maps)
Removed: Encarta extension
Ref: http://uk.encarta.msn.com/guide_page_FAQ/FAQ.html
Modified: Updated vURL (Dissect) extension
Modified: Updated MSN Lookup extension (now uses search.live.com)
Modified: Updated hpHosts Lookup extension
Modified: Updated OpenURL extension
Modified: Updated Open selected URL's extension
Modified: Updated Exalead extension
- Attachments
-
abep-1_2_3-setup.zip
- AB Extension Pack v1.2.3 (Installer)
- (374.3 KiB) Downloaded 834 times

Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 30
- Joined: Sun Mar 08, 2009 8:35 pm
- Windows Version: XP SP3
- Avant Version: 11.7 build 22
- IE Version: 7
Re: AB Extension Pack
Just a heads up about the new add-ons that you put in there. I got an error where I guess the pop up window for the address comes up. I don't remember what it was (sorry), but I thought that I'd at least let you know that I did try it and that there was a problem. I'm pretty sure that it's a security setting or something because the send to notepad one doesn't work either. It asks if I am sure about sending information to another zone and no matter if I click yes or no it opens notepad and does nothing. I can usually just hit ctrl+P and it will paste so I thought that maybe it was something to do with the script and tried to edit it, but I gave up after a few hours.
I did however make one for e-Bay searches and youtube. I've got the whole lookup thing down to almost a science now and I just wanted to thank you again for the work on AB extensions. It really solidified my longtime use of AB and I can't imagine using another browser.
I did however make one for e-Bay searches and youtube. I've got the whole lookup thing down to almost a science now and I just wanted to thank you again for the work on AB extensions. It really solidified my longtime use of AB and I can't imagine using another browser.
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
Oks, thanks for letting me know 
If you do decide to try it again and can reproduce it, the error message you received would be much appreciated

If you do decide to try it again and can reproduce it, the error message you received would be much appreciated


Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 20
- Joined: Fri Jun 26, 2009 6:55 am
- Windows Version: Windows XP
- Avant Version: N/A
- IE Version: N/A
Re: AB Extension Pack
This is what I did before and everything worked fine afterwards.shasha wrote:I have no idea what happened, but I uninstalled it and then reinstalled it and it works fine.
Thanks for the great work. =D>
BTW, I am liking this google map.
-
- Newbie
- Posts: 3
- Joined: Wed Jul 14, 2010 4:03 am
- Windows Version: xp3
- Avant Version: n
- IE Version: n
Re: AB Extension Pack
I finished installing and picking the add-ons, then I restarted Avant Browser but noticed NO new functions, where do I access all these wonderful extensions...?
- MysteryFCM
- Administrator
- Posts: 7330
- Joined: Tue Dec 09, 2003 2:34 am
- Windows Version: 10, 8.0, 8.1, 7, Vista, XP
- Avant Version: 13.00 Build 23
- Default engine: Gecko
- IE Version: 7.x, 8.x, 9.x, 10.x, 11.x
- Skin: AthenX
- Location: Newcastle Upon Tyne, UK
- Contact:
Re: AB Extension Pack
Right click a page, or highlight text then right click (extensions are in the context menu)
/edit
You'll also need to ensure they're enabled in Avant itself (Tools > Avant Browser Options > Add-ons)
/edit
You'll also need to ensure they're enabled in Avant itself (Tools > Avant Browser Options > Add-ons)

Steven Burn
[ hpHosts HOSTS File ] [ hpHosts Blog ] [ AB Archive ] [ Avant Force Blog ] [ Avant Force Wiki ]
-
- Newbie
- Posts: 1
- Joined: Mon Aug 04, 2014 9:11 am
- Windows Version: Windows
- Avant Version: 2013
- Default engine: N/A
- IE Version: N/A
- Skin: Avant
Re: AB Extension Pack
It was the perfect answer
-
- Newbie
- Posts: 1
- Joined: Sun Aug 31, 2014 1:57 am
- Windows Version: 64-bit
- Avant Version: Ultimate 2013 build 100
- Default engine: sd
- IE Version: aef
- Skin: SDFGV
Re: AB Extension Pack
I just downloaded the extension.....


