Main > Free Download Search >

Free google homepage software for linux

google homepage

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 522
Google Hacks 1.6

Google Hacks 1.6


Google Hacks is a compact utility for different Google hacks, like a music search and a product key search. more>>
Google Hacks project is a compilation of carefully crafted Google searches that expose novel functionality from Googles search and map services.

For example, you can use it to view a timeline of your search results, view a map, search for music, search for books, and perform many other specific kinds of searches.
<<less
Download (1.1MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
530 downloads
Google Gears Beta

Google Gears Beta


Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality. more>>
Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality using following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
<<less
Download (0.42MB)
Added: 2007-06-01 License: Freeware Price:
1030 downloads
Google Search 0.1

Google Search 0.1


Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop. more>>
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop.

Installation:

To compile use qmake then make

Example:

bash: qmake mio.pro
bash: make
bash: ./mio

It uses firefox only. I will include konqueror in the next update.

Assign it a global shorcut.
<<less
Download (0.010MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1471 downloads
Google Maps Plugin 5.2

Google Maps Plugin 5.2


Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. more>>
Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. The project includes features such as multiple markers, paths, and general drawings.

If you use WordPress.org blogs, you will be able to install this software easily as a WP plugin.
<<less
Download (0.019MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
897 downloads
Google PageRank Check 1.0.1

Google PageRank Check 1.0.1


This allows you to check the Google Page Rank of a domain or website. more>>

Google PageRank Check 1.0.1 will surely help webmaster a lot. It is actually a project which is based on some Public Domain code. Google PageRank Check allows you to check the Google Page Rank of a domain or website.

This script is unique in that it queries multiple data centers for the Google Page Rank. This means that the user can get a full idea of what their Page Rank is, because sometimes Google's Toolbar is lagging behind Data Centres or ahead of them. It is fully configurable and allows the user to add his own data centres to query. This script is for educational purposes only.

Enhancements:

  • Checking is done for invalid URLs and for lack of the file() function.
  • Other error reporting was added.
  • Spelling corrections were made.
<<less
Added: 2006-02-28 License: Public Domain Price: FREE
1 downloads
Google::Adwords::Image 0.6.0

Google::Adwords::Image 0.6.0


Google::Adwords::Image is a Google Adwords Image object. more>>
Google::Adwords::Image is a Google Adwords Image object.

SYNOPSIS

use Google::Adwords::CreativeService;
use Google::Adwords::Creative;
use Google::Adwords::Image;

use File::Slurp;

# create the CreativeService object
my $creative_service = Google::Adwords::CreativeService->new();

# need to login to the Adwords service
$creative_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($app_token);

# if you have a MCC
$creative_service->clientEmail($client_email);

# Lets add an image creative
my $data_blurb = read_file(image.gif);

my $image = Google::Adwords::Image->new
->name(Image #1)
->data($data_blurb)
->type(image);

my $creative_image = Google::Adwords::Creative->new
->adGroupId($adgroupid)
->destinationUrl(http://www.example.com)
->displayUrl(http://www.example.com)
->image( $image );

my $addcreative = $creative_service->addCreative($creative_image);
print "Added Creative ID: " . $addcreative->id . "n";
print "Image Height: " . $addcreative->image->height . "n";

This object should be used with the CreativeService API calls

<<less
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1065 downloads
google-gflags 0.1

google-gflags 0.1


google-gflags (gflags) project contains a library that implements commandline flags processing. more>>
google-gflags (gflags) project contains a library that implements commandline flags processing.

As such its a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which theyre used.
<<less
Download (0.056MB)
Added: 2006-12-21 License: BSD License Price:
1038 downloads
WWW::Google::Images 0.6.4

WWW::Google::Images 0.6.4


WWW::Google::Images is a Google Images Agent. more>>
WWW::Google::Images is a Google Images Agent.

SYNOPSIS

use WWW::Google::Images;

$agent = WWW::Google::Images->new(
server => images.google.com,
proxy => my.proxy.server:port,
);

$result = $agent->search(flowers, limit => 10);

while ($image = $result->next()) {
$count++;
print $image->content_url();
print $image->context_url();
print $image->save_content(base => image . $count);
print $image->save_context(base => page . $count);
}

<<less
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1069 downloads
Minitools - Add to Google Reader/homepage 0.1.1

Minitools - Add to Google Reader/homepage 0.1.1


Minitools - Add to Google Reader/homepage is a javascript for Minitools that parses a html page and finds all the RSS/Atom feeds more>>
Minitools - Add to Google Reader/homepage is a small javascript for Minitools that parses a html page, finds all the rss/atom-feeds, asks which one you want to add to Google Reader/homepage.
Main features:
- Open konqueror (web browsing profile)
- Click Tools->Minitools->Edit Minitoola
- Create a new bookmark (Bookmark-New Bookmark in the menu)
- Enter a name for the script (I have "Add to google reader")
- Copy the code from the textfile youve downloaded, paste into the "Location"-field.
- Close the bookmark editor
Enhancements:
- Small fix for when href in the meta tag doesnt contain the full url.
<<less
Download (MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
826 downloads
WWW::Google::PageRank 0.12

WWW::Google::PageRank 0.12


WWW::Google::PageRank is a Perl module to query google pagerank of page. more>>
WWW::Google::PageRank is a Perl module to query google pagerank of page.

SYNOPSIS

use WWW::Google::PageRank;
my $pr = WWW::Google::PageRank->new;
print scalar($pr->get(http://www.yahoo.com/)), "n";

The WWW::Google::PageRank is a class implementing a interface for querying google pagerank.

To use it, you should create WWW::Google::PageRank object and use its method get(), to query page rank of URL.

It uses LWP::UserAgent for making request to Google.

<<less
Download (0.004MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1070 downloads
Google Reader Notifier 0.30

Google Reader Notifier 0.30


Google Reader Notifier is a Firefox extension that shows you how many unread items you have in your Google Reader account. more>>
Google Reader Notifier is a Firefox extension that shows you how many unread items you have in your Google Reader account.

<<less
Download (0.055MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
888 downloads
Google Reader Watcher 0.0.8

Google Reader Watcher 0.0.8


Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds. more>>
Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds and if you have, the plugin will display them on your browsers statusbar.

<<less
Download (0.025MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Google::Adwords::Campaign 0.6.0

Google::Adwords::Campaign 0.6.0


Google::Adwords::Campaign is a Google Adwords Campaign Object. more>>
Google::Adwords::Campaign is a Google Adwords Campaign Object.

SYNOPSIS

use Google::Adwords::Campaign;
use Google::Adwords::CampaignService;

# create a new campaign object
my $campaign = Google::Adwords::Campaign;

# set values for the campaign object
$campaign->name(My Final Try);
$campaign->dailyBudget(10000000);

# target a certain city in US
$campaign->geoTargeting({
cities => [ Pelican, AK US ],
});

# create the campaign service object
my $campaign_service = Google::Adwords::CampaignService->new();

# need to login to the Adwords service
$campaign_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($application_token);

# if you use a MCC
$campaign_service->clientEmail($client_email);

# now create the campaign
my $campaign_response = $campaign_service->addCampaign($campaign);

print "New campaign ID is :" . $campaign_response->id;

This object should be used with the CampaignService API calls

<<less
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
Google Video Downloader 1.1

Google Video Downloader 1.1


Google Video Downloader is a Firefox extension that adds a button in the status bar. more>>
Google Video Downloader is a Firefox extension that adds a button in the status bar. You can download the source .flv or .avi file directly in two clicks

If You:

- Would like to download files from other videohostings;
- Have DownThemAll od FlashGot;
- Would like to permanently choose preferred Google Video format.

<<less
Download (0.003MB)
Added: 2007-06-28 License: MPL (Mozilla Public License) Price:
826 downloads
Net::Google 1.0

Net::Google 1.0


Net::Google is a simple OOP-ish interface to the Google SOAP API. more>>
Net::Google is a simple OOP-ish interface to the Google SOAP API.

SYNOPSIS

use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";

my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();

# Search interface

$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);

map { print $_->title()."n"; } @{$search->results()};

# or...

foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";

# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElements()};
}

# Spelling interface

print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";

# Cache interface

my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();

Provides a simple OOP-ish interface to the Google SOAP API

<<less
Download (0.016MB)
Added: 2006-11-20 License: Perl Artistic License Price:
1069 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5