Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.319.208 Times

Mozilla Naruto Theme software
Filter: All | Freeware | Demo
 

Mozilla Naruto Theme

1 2 3 4 5 > 
Added: July 17, 2013 | Visits: 433

A Lolifox by ChaosRing Theme A Lolifox by ChaosRing Theme is a theme for Mozilla Firefox, dedicated to Mashko Malkashko.



Platforms: *nix

License: Freeware Size: 1003.52 KB Download (37): A Lolifox by ChaosRing Theme Download

Added: June 28, 2013 | Visits: 407

Oskar Dark animated theme for Firefox Oskar is a dark and animated theme for Mozilla Firefox. Requirements: ?





Platforms: *nix

License: Freeware Size: 1.82 MB Download (41): Oskar Download

Added: April 15, 2013 | Visits: 562

Better File Editor Edit theme or plugin files directly from the admin interface using Mozilla's Bespin editor.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Better File Editor Download

Added: October 18, 2013 | Visits: 444

ACE Foxdie (Graphite) ACE Foxdie (Graphite) is a theme for the Mozilla Firefox web browser. There are 3 way to access the customization page: a. Click on the Foxdie icon on the lower left corver of the status bar b. Tools *> Foxdie for Firefox *> Customize c. Bookmark chrome://foxdie/content/web/index.html


Platforms: *nix

License: Freeware Size: 1.92 MB Download (40): ACE Foxdie (Graphite) Download

Added: August 08, 2013 | Visits: 494

MicroFox for Firefox MicroFox is a nice theme for the Mozilla Firefox web browser. This is the smallest theme that support both Firefox 2.0 and Firefox 3.0, including the current nightly builds.


Platforms: *nix

License: Freeware Size: 235.52 KB Download (36): MicroFox for Firefox Download

Added: April 08, 2006 | Visits: 6.585

Shrek by Ajay Desktop Theme This is a desktop theme based on the Dreamworks movie Shrek. Included are a wallpaper, icons, sounds and cursors as well as a startup and shutdown screens. Also download my 'Shrek by Ajay' screensaver, which complements this desktop theme. You can do so at my site.


Platforms: Windows

License: Freeware Size: 1.14 MB Download (1101): Shrek by Ajay Desktop Theme Download

Added: June 03, 2006 | Visits: 8.734

Spiderman by Ajay Desktop Theme This is a desktop theme based on the movie Spiderman.This contains two themes complete with wallpapers, icons, sounds, cursors as well as a startup and shutdown screens. Easy Install/Uninstall Support. Included also is a Help File which deals with the basic installation and usage of this Desktop...


Platforms: Windows

License: Freeware Size: 1.21 MB Download (2120): Spiderman by Ajay Desktop Theme Download

Released: January 15, 2015  |  Added: January 19, 2015 | Visits: 3.250

Mozilla Thunderbird Mozilla Thunderbird is a cross-platform email client that includes a news reader and a chat module, while it is also able to manage multiple email accounts with advanced message filtering. The installation process is easy-to-follow, it only requires you to press a few “Next” buttons, after...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 5.76 MB Download (292): Mozilla Thunderbird Download

Released: April 20, 2009  |  Added: May 12, 2009 | Visits: 2.425

Office Firefox Theme This is for the fan of The Office or just someone that loves a great looking theme! Includes links to the Office episodes, funny office-themes videos in the sidebar and a Boss button for when you need to be working! We have also included the popular extension for search enhancement, Surf...


Platforms: Windows, Mac

License: Demo Cost: $0.00 USD Size: 716.8 KB Download (179): Office Firefox Theme Download

Added: September 09, 2010 | Visits: 1.800

Webmin / Usermin Theme Webmin / Usermin Theme project aims to create a new and better navigation system for Webmin. It is easy to install over the Thememanager. It supports skins to change the layout. This project was previously known as "Webmin Navigation and Layout". Know problems: Problem: If you make any...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (131): Webmin / Usermin Theme Download

Added: January 21, 2010 | Visits: 1.498

todo theme todo theme is a SuperKaramba theme for todo management. I was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): todo theme Download

Added: April 19, 2010 | Visits: 1.966

Jini icon theme Jini icon theme project consists of SVG vector themes. Jini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme, Installation For using jin4 jin5 jin6 icon theme, you should have install jin3 theme...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (137): Jini icon theme Download

Added: November 21, 2010 | Visits: 698

Mozilla::nsID Mozilla::nsID is a Perl extension wrapping Mozilla nsID class. SYNOPSIS use Mozilla::nsID; my $id1 = Mozilla::nsID->new(0x95611356, 0xf583 , 0x46f5, [ 0x81, 0xff, 0x4b, 0x3e, 0x01, 0x62, 0xc6, 0x19 ]); is($id1->ToString, {95611356-f583-46f5-81ff-4b3e0162c619}); my $id2 =...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (88): Mozilla::nsID Download

Added: November 18, 2010 | Visits: 776

Mozilla::Mechanize::GUITester Mozilla::Mechanize::GUITester is a Perl module that enhances Mozilla::Mechanize with GUI testing. SYNOPSIS use Mozilla::Mechanize::GUITester; # regular Mozilla::Mechanize initialization my $mech = Mozilla::Mechanize::GUITester->new(%mechanize_args); $mech->get_url($url); # convenience...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): Mozilla::Mechanize::GUITester Download

Added: March 06, 2010 | Visits: 840

Mozilla::ObserverService Mozilla::ObserverService is a Perl interface to the Mozilla nsIObserverService. SYNOPSIS use Mozilla::ObserverService; my $cookie = Mozilla::PromptService::Register({ http-on-examine-response => sub { my $http_channel = shift; print $http_channel->responseStatus; }, }); # We dont...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (97): Mozilla::ObserverService Download

Added: May 14, 2010 | Visits: 890

Mozilla::PromptService Mozilla::PromptService is a Perl interface to the Mozilla nsIPromptService. SYNOPSIS use Mozilla::PromptService; Mozilla::PromptService::Register({ Alert => sub { my ($parent, $title, $dialog_text) = @_; # do something smart on alert ... }, # Prompt callback should return result...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Mozilla::PromptService Download

Added: March 21, 2010 | Visits: 940

Mozilla::DOM::ComputedStyle Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function. SYNOPSIS use Mozilla::DOM::ComputedStyle; Get_Computed_Style_Property($mozilla_window, $element, $property_name); This module makes possible to get computed style properties from Mozilla DOM. See...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): Mozilla::DOM::ComputedStyle Download

Added: November 15, 2010 | Visits: 837

Mozilla::ConsoleService Mozilla::ConsoleService is a Perl interface to Mozilla nsIConsoleService. SYNOPSIS use Mozilla::ConsoleService; Mozilla::PromptService::Register(sub { print $_[0]; }); Mozilla::ConsoleService uses Mozilla nsIConsoleService to pass log messages to perl code, similar to JavaScript Console...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (91): Mozilla::ConsoleService Download

Added: May 21, 2010 | Visits: 1.603

Install New Theme Install New Theme is an extension that provides a button in the Theme Manager for installing themes from disk. This extension provides a button inside the Firefox Theme Manager for installing new theme files from disk, and additionally adds a menu entry to the Theme Managers right-click context...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 11.26 KB Download (238): Install New Theme Download

Added: January 24, 2010 | Visits: 1.494

CGI::WeT::Theme CGI::WeT::Theme is a Perl module with theme loader for the CGI::WeT package. SYNOPSIS use CGI::WeT::Theme (); This module provides a well-defined interface between the rendering engine and the theme definition loaders. It is designed to work with or without mod_perl. All theme loader...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (93): CGI::WeT::Theme Download

1 2 3 4 5 >