AB Extension Pack

If you have suggestions to make Avant Browser even better, describe them here.

Moderators: Support Staff², Support Staff, AvantGuard, Developer

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Mon Mar 09, 2009 7:26 pm

That was in 2007 dude ;) (Sun Jan 07, 2007 10:01 pm)

User avatar
AXEMAN
Avantic Elite
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

Post by AXEMAN » Tue Mar 10, 2009 8:37 pm

MysteryFCM wrote:That was in 2007 dude ;) (Sun Jan 07, 2007 10:01 pm)
Then why even mention it sorry lol i thought u ment yesterday LOL LOL :crazy:

bigC
AvantGuard
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

Post by bigC » Tue Mar 10, 2009 8:57 pm

AXEMAN wrote:Then why even mention it sorry lol i thought u ment yesterday LOL LOL :crazy:
The post you read where he spoke of it was posted in 2007. Theres a date next to each post for future reference. :wink:

shasha
Newbie
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

Post by shasha » Wed Mar 11, 2009 8:32 pm

I have no idea what happened, but I uninstalled it and then reinstalled it and it works fine.

Thanks for the great work. =D>

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Wed Mar 11, 2009 8:50 pm

Nice one, cheers for letting me know :)

shasha
Newbie
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

Post by shasha » Fri May 29, 2009 9:08 pm

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. :P

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>
reg file:

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"

txt file:

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

Any hints or tips?

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Fri May 29, 2009 9:22 pm

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.
The "sometimes" is caused by;

Code: Select all

"Contexts"=dword:00000014
For reference;

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.

shasha
Newbie
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

Post by shasha » Sat May 30, 2009 4:05 pm

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. :mrgreen:

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Sat May 30, 2009 4:09 pm

hehe cool :)

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

shasha
Newbie
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

Post by shasha » Sat May 30, 2009 4:17 pm

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!

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Sat May 30, 2009 4:22 pm

My pleasure :)

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

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Sat May 30, 2009 5:24 pm

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
Attachments
abep-1_2_3-setup.zip
AB Extension Pack v1.2.3 (Installer)
(374.3 KiB) Downloaded 834 times

shasha
Newbie
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

Post by shasha » Mon Jun 15, 2009 9:40 pm

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.

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Mon Jun 15, 2009 9:53 pm

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 :)

WindRune
Newbie
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

Post by WindRune » Mon Jul 06, 2009 12:13 pm

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>
This is what I did before and everything worked fine afterwards.

BTW, I am liking this google map.
ImageImageImageImageImageImageImage

antinapple
Newbie
Newbie
Posts: 3
Joined: Wed Jul 14, 2010 4:03 am
Windows Version: xp3
Avant Version: n
IE Version: n

Re: AB Extension Pack

Post by antinapple » Thu Jul 15, 2010 7:18 am

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...?

User avatar
MysteryFCM
Administrator
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

Post by MysteryFCM » Thu Jul 15, 2010 7:25 am

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)

batoo_mr
Newbie
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

Post by batoo_mr » Mon Aug 04, 2014 9:14 am

It was the perfect answer

vier986
Newbie
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

Post by vier986 » Sun Aug 31, 2014 1:59 am

I just downloaded the extension..... :clap: :clap:

Post Reply