Archive for the ‘plugin’ Category

Outlook Express Duplicate Remover

Sometimes, when I download emails and the connection drops, the email client Outlook Express starts again to download all the emails from the beginning. It makes me get annoyed by having a lot of duplicated emails. I bet you felt the same when that happened to you. It basically happens because the email client tells [...]

Read the rest of this entry »

BitTorrent for Google Desktop Search

Torrent files contains lots of metainfo that can be extracted and allowed to search.
So I made a simple BitTorrent Indexer for GDS. It’s a freeware plug-in for Google Desktop Search which parses torrent files and gives info to Google into nice a textual format.
Notes for installation:

Download Google Desktop
Install Google Desktop
Download BitTorrent for Google Desktop Search
Install [...]

Read the rest of this entry »

GDS for Outlook Express

GDS for OE is a small plug-in for Google Desktop that helps users search emails directly from Outlook Express and show results back inside Outlook Express.
To be able to install this plug-in you must have administrator rights, because it uses some of hack techniques to inject its code into Outlook Express.
Notes for installation:

Download Google Desktop
Install Google Desktop
Download GDS for Outlook [...]

Read the rest of this entry »

Wikipedia Tracker

Wikipedia Tracker allows easily watching from Google Desktop Sidebar all Wikipedia new articles.
Wikipedia Tracker does not contain any spyware and adware.
Click to download and install
Wikipedia Tracker.

Want more features or any bug? Fill free to contact me

Read the rest of this entry »

NSIS Internet Download

Here’s a plug-in for downloading web page from NSIS installer, made in Delphi.
Usage:

Download NSIS Installer from Sourceforge
Install NSIS Installer
Download my Internet Plug-in for NSIS
Unrar it and copy to NSIS installed path, usually it’s C:\Program Files\NSIS\Plugins\
Create a new NSIS install script.
User exported function: getpage
How to use inside script:

StrCpy $3 “http://www.yoursite.com/yourpage.aspx?someparams=samevalues”

push $3
internetplugin::getpage
[...]

Read the rest of this entry »

NSIS Kill Process

For my projects, I love to use, NSIS installer. Sometimes, usually for plug-ins, I need to check if host program runs, then I try to close, terminate or kill it. Here is a simple plug-in help terminate, close, quit and detect any working process from NSIS installer.
Notes for usage:

Download NSIS Installer
NSIS Installer
Download Kill Process for NSIS
Unrar it [...]

Read the rest of this entry »

Digg for Google Toolbar

I love Digg and Google Toolbar. Last weekend I decided to integrate digg into google toolbar.
First download Google Toolbar Version 4 and then just click on one of the following links.
Click here to track Digg Front Page
Click here to track Digg Stories Page
Tip: Buttons in Google toolbar allow to search on Go to Web page [...]

Read the rest of this entry »