Tag Archive | "Mozilla Firefox 3.5"

FoxFilter:Mozilla Firefox 3.5 Add On- Keeping Kids Safe


foxfilter

FoxFilter is a Mozilla Firefox 3.5 Add On. It is a Filter that keeps kids safe from harmful content. FoxFilter works on Firefox, Windows, Mac and Linux. FoxFilter helps block content for essentially any user-defined Web site or criteria. You can quickly and easily block content for an entire site (e.g. Playboy) or enter custom keyword filters (e.g. pornography, nudity, gambling, explosives, etc.) that will be used to help block content for any site that contains these keywords. There are many pornography-related keywords already included! (see Filter Keywords below for more info)

FoxFilter also includes password-protected settings and security features to help prevent it from being bypassed, uninstalled or disabled. A password recovery feature is also available.

All of the filtering features are still available to you free of charge! However, due to the volume of support requests pertaining to forgotten passwords as well as other support costs, security features are now only available to registered users. The FoxFilter Team has spent hundreds of hours in development, maintenance and support of FoxFilter. We are very proud of our product and are very happy that is helping protect children, teens and adults from inappropriate content on the Internet. We’re confident that you will agree that FoxFilter is the most simple and effective Firefox Add-on for helping filter inappropriate content.

Do You Manage Multiple Computers? Version 7 includes a hosted settings feature for schools, libraries and businesses to manage FoxFilter settings for an entire organization’s computers from one easy-to-use web-based management console!

Sensitivity: If FoxFilter seems too sensitive, please keep in mind that if “Examine Body Content” is selected in the “Sensitivity Settings”, it can make filtering a bit sensitive. You may encounter blocking of non-por*ographic sites, such as Yahoo.com, that contain “fre e” and “s*x” somewhere in the body content. You can either choose to not examine the Body content and just examine Meta content, Title and URL, or add URL exceptions as needed.

Filter Keywords: Per Microsoft, the link below provides a list of keywords that are common in bulk, unsolicited, and adult e-mail. These same keywords can also be used as a starting point for Web site content filtering.

http://office.microsoft.com/en-us/help/HA010450051033.aspx

Author Request: Please don’t use Reviews and Discussions to post questions or report bugs. Otherwise, we have no way to respond. As a courtesy, please give us a chance to answer your question, or offer assistance before reporting a bug.

Uninstall: Deciding to uninstall? If so, we’re sorry to see you go. FoxFilter has proven to be simple, effective and reliable and continues to offer all of its filtering features for free. As with any Firefox Add-on, you can click on the Firefox Tools/Add-ons menu option to remove it.

Keywords: filter, content, adult content, parent, parents, kid, kids, children, parental control, porn, pornography, porno, pornographic, block site, whitelist, white list, blacklist, black list, K9, procon, adblock, library, libraries, school, schools, organization, organizations

Support

Support for this add-on is provided by the developer at http://www.inspiredeffect.com/FoxFilter

  • Share/Bookmark

Posted in Information Repository, Tech StuffComments (0)

Private Browsing in Mozilla Firefox 3.5


Privacy has become an important concern to all users and people who want to know the web sites you have visited and your favorite pass words etc., is on the increase. It could be your suspicious spouse or over bearing parents. Mozilla Firefox 3.5 provides the feature of “Private Browsing” where your “History” will not be recorded. But as Mozilla says it will not make you “Anonymous” or should it be “Invisible”?.

When you browse the net in Private Browsing mode it will not retain the following information.

  • Visited pages: No pages will be added to the list of sites in the History menu, the Library window’s History list, or the “Smart Location Bar’s” address list.
  • Form and Search Bar entries: Nothing you enter into text boxes on web page forms or the “Search bar” will be added to the list of entries for “Form autocomplete”.
  • Passwords: no passwords will be automatically filled in during the your Private Browsing session, and no new passwords will be saved.
  • Download List entries: No files you download will remain in the list in the “Downloads window” after you turn off Private Browsing.
  • Cookies: Files created by websites, that store information on your computer, such as your preferences when visiting that site (when a website has a “remember this” checkbox, it is using a cookie) will not be stored.
  • Web cache files: No temporary Internet files or “cached” files from web pages will be saved until you turn off Private Browsing.

Note:

  • If you create new “Bookmarks” while using Private Browsing, they will not be removed when you stop Private Browsing.
  • If you save files to your computer while using Private Browsing, those files will not be deleted when you stop Private Browsing. However, any files you open in an external application will be cleared from the system’s temporary folder, and none of the files you download will appear in the “Downloads window” list.

Turn on Private Browsing

To start a Private Browsing session:

  • Click on the Tools menu and select Start Private Browsing

private-browsing1

  • The first time you turn on Private Browsing, Firefox will alert you that it will save your current windows and tabs for after you finish using Private Browsing. Click on “Start Private Browsing” to continue.
    Put a check mark next to “Do not show this message again” if you do not want to receive this alert the next time you turn on Private Browsing.

private-browsing2

private-browsing3

  • You will then enter Private Browsing mode, and the Private Browsing information screen will appear.

When browsing in Private Browsing mode, the Firefox window’s title will show (Private Browsing) during your session.

privatebrowsing4

Turn off Private Browsing

To end a Private Browsing session:

  • Click on the Tools menu and select the Private Browsing entry , which will show a check mark to indicate that Private Browsing is currently enabled.

private-browsing5

  • The windows and tabs you were using when you enabled Private Browsing will appear, and you can use Firefox normally. The Firefox window’s title will no longer show (Private Browsing) when Private Browsing is off.

Start Firefox in a private browsing session

There is a setting in the OptionsPreferences window which will automatically enable Private Browsing whenever you start Firefox.

  • At the top of the Firefox windowOn the menu bar, click on the ToolsFirefoxEdit menu, and select Options…Preferences….

private-browsing61

  • Select the Privacy panel.
  • Set Firefox will: to Use custom settings for history.
  • Click to select Automatically start Firefox in a private browsing session.
  • Click OK to close the Options windowClick Close to close the Preferences windowClose the Preferences window
  • Share/Bookmark

Posted in Tech StuffComments (0)

Java Script :TraceMonkey-Mozilla Firefox 3.5


For all those interested in TraceMonkey and the script of MozillaFirefox3.5, we thought we will bring to you this information provided by Mozilla. TraceMonkey adds native‐code compilation to Mozilla’s JavaScript engine (known as “SpiderMonkey”). It is based on a technique developed at UC Irvine called “Trace Tree”   and building on code and ideas shared with the Tamarin Tracing project. The net result is a massive speed increase both in the browser chrome and Web‐page content.

Playing with TraceMonkey

TraceMonkey is currently available and enabled by default for testing in nightly build If you want to modify the types of JavaScript that are executed using TraceMonkey:

  • open a new tab;
  • type “about:config” and hit enter;
  • read the warning and heed its wisdom;
  • enter “jit” in the filter field;
  • change the value of “javascript.options.jit.content” to enable (true) and disable (false) TraceMonkey for JavaScript in Web content;
  • change the value of “javascript.options.jit.chrome” to enable (true) and disable (false) TraceMonkey for JavaScript in XUL/chrome.

If you experience instability, please file a bug and reference any crash report ID that might be relevant.

Hacking on TraceMonkey

We are currently still in rapid‐development mode. Our commit policy is as follows: if you are confident you know what you are doing, push now and prepare to answer questions later if you break the tree. If you have commit access to hg.mozilla.org, feel free to commit any patch you feel is sensible. Even white‐space clean‐up, additional comments or general code clean‐up/naming‐consistency changes are welcome.

Run trace-test.js and all benchmarks in t/* before you commit. Commits that break any of these tests are allowed if sensible, but please let everyone know why you break what and what has to happen to fix it.

The main channel to discuss TM is #jsapi on irc.mozilla.org.

TraceMonkey Tasks

Beta 1

      • fuzzer bugs fixed
      • slow script dialog
      • perf matches a2
      • test suites passing
      • gcov
      • content_jit
      • nanojit x86 (this works, but it must remain so)
      • OOM nanojit/tracer testing
      • disable tracer in the presence of debugger

    Beta 2

        • tracing recursion
        • trace over DOM fast stubs (not into)
        • event handler tracing
        • ARM nanojit

      Future Features

          • SSE opts
          • PPC nanojit
          • built‐in reg usage
          • Nanojit Verifier

        Link

        http://hg.mozilla.org/tracemonkey

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Mozilla Firefox 3.5 Addons: Web Developer’s Tool Box


        Mozilla Firefox 3.5 Add Ons :Web Developer’s Tool Box 1. 5 Add Ons have been provided here

        1. Tamperdata

        In Mozilla Firefox 3.5 you can use  tamperdata as an Add On to view and modify HTTP/HTTPS headers and post parameters.

        Trace and time http response/requests.

        Security test web applications by modifying POST parameters.

        FYI current version of Google Web Accelerator is incompatible with the tampering function of TamperData. Your browser will crash.

        tamperdata1

        tamperprompt2 Tamper Prompt

        tamperdatarequestgraph3

        tamperdata4

        tamperdata5configure-context-menus Configure Context Menus

        tamperdata6-modifying-some-values Modifying Some Values

        Homepage

        http://tamperdata.mozdev.org

        2. Yslow

        <!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} h5 {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; mso-outline-level:5; font-size:10.0pt; font-family:”Times New Roman”; font-weight:bold;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>


        /* Style Definitions */
        table.MsoNormalTable
        {mso-style-name:”Table Normal”;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:”";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:”Times New Roman”;
        mso-ansi-language:#0400;
        mso-fareast-language:#0400;
        mso-bidi-language:#0400;}
        YSlow analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. YSlow is a Firefox add-on integrated with the Firebug web development tool. YSlow grades web page based on one of three predefined ruleset or a user-defined ruleset. It offers suggestions for improving the page’s performance, summarizes the page’s components, displays statistics about the page, and provides tools for performance analysis, including Smush.it™ and JSLint.

        YSlow is licensed under the Mozilla Public License (MPL) version 1.1, with portions licensed by third parties under other license terms. To review the terms before installing, see http://developer.yahoo.com/yslow/faq.html#faq_license.

        YSlow uses Yahoo!’s Smush.it service, which is subject to Smush.it Terms of Use: http://info.yahoo.com/legal/us/yahoo/smush_it/smush_it-4378.html

        You must install Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843

        yslow1

        yslow2

        yslow3

        Homepage

        http://developer.yahoo.com/yslow/

        <!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} h5 {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; mso-outline-level:5; font-size:10.0pt; font-family:”Times New Roman”; font-weight:bold;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>


        /* Style Definitions */
        table.MsoNormalTable
        {mso-style-name:”Table Normal”;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:”";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:”Times New Roman”;
        mso-ansi-language:#0400;
        mso-fareast-language:#0400;
        mso-bidi-language:#0400;}
        3. Measureit

        Draw out a ruler to get the pixel width and height of any elements on a webpage.

        measureit1

        Support for this add-on is provided by the developer at http://www.kevinfreitas.net/extensions/

        <!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>
        /* Style Definitions */
        table.MsoNormalTable
        {mso-style-name:”Table Normal”;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:”";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:”Times New Roman”;
        mso-ansi-language:#0400;
        mso-fareast-language:#0400;
        mso-bidi-language:#0400;}
        4. Colorzilla

        Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.

        With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. You can Zoom the page you are viewing and measure distances between any two points on the page. The built-in palette browser allows choosing colors from pre-defined color sets and saving the most used colors in custom palettes. DOM spying features allow getting various information about DOM elements quickly and easily. And there’s more

        colorzilla

        Support

        Support for this add-on is provided by the developer at http://www.colorzilla.com/

        <!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} h5 {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; mso-outline-level:5; font-size:10.0pt; font-family:”Times New Roman”; font-weight:bold;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>
        /* Style Definitions */
        table.MsoNormalTable
        {mso-style-name:”Table Normal”;
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-parent:”";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:”Times New Roman”;
        mso-ansi-language:#0400;
        mso-fareast-language:#0400;
        mso-bidi-language:#0400;}
        5. ShowIP

        Show the IP address(es) of the current page in the status bar. It also allows querying custom services by IP (right mouse button) and hostname (left mouse button), like whois, netcraft. Additionally you can copy the IP address to the clipboard. This extension was formerly known as ipv6ident.

        If only the domain name is shown and not the IP address, check the setting of the network.proxy.socks_remote_dns preference. It has to be turned off for proper operation. Alternatively you can try
        the version available at http://firefox-showip.googlecode.com/files/showip_0.8.17pre2.xpi where a switch in the preferences dialog has been added to force ShowIP to do DNS look-ups.

        showip1

        showip2

        showip3showip4Homepage

        http://code.google.com/p/firefox-showip/

        • Share/Bookmark

        Posted in Tech Stuff, Tips and TricksComments (0)

        Mozilla Firefox 3.5 Add On:Auto pager


        The AutoPager Mozilla Firefox 3.5 Add On automatically loads the next page of a site inline when you reach the end of the current page for infinite scrolling of content.
        It includes a adblock similar features to allow you filter out the ads from the contents in the loaded page contents.
        It works well with most of the greasemonkey scripts.
        By default AutoPager works with a ton of sites, including Lifehacker, the New York Times, Digg, and, of course, Google. If you want to add your own custom autopaging to unsupported sites, the site wizard feature makes it easy (first pick the Next link, then discovery the links and content.
        It’s configuration is base on XPath. You can find there is a built in function to create a XPath by click some links on the pages. This extension will import online configuration from this sources,these configurations includes support for some widely used sites and some general support for forums.
        You can also share your site rules by click public button in the setting dialog.
        You can find XPath tutorials at http://www.w3schools.com/xpath/ and http://www.zvon.org/xxl/XPathTutorial/General/examples.html.
        You can always get the stable version here and the newer develop version at: http://www.teesoft.info/content/view/68/1/

        You can find our tutorials at http://www.teesoft.info/content/view/91/1/
        And some tips for creating AutoPager rules for new sites:

        http://www.teesoft.info/content/view/87/1/

        Auto Pager Refinements add links to the suggested keywords provided by surfcanyon. You can turn it of in Tools->AutoPager->Options if that is not useful for you.

        autopager1

        ap2auto-loading-google-search-pages Auto Loading Google Search Pages

        ap3pages-on-mozilla-firefox-35 Pages On Mozilla Firefox

        ap4-auto-pager-settings Auto pager Settings

        ap5-creating-xpath Creating XPath

        ap6-smart-paging Smart Paging

        Homepage

        http://www.teesoft.info/

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Mozilla Firefox3.5:MR Tech ADD Ons Manager


        The primary goal of this extension MR Tech in Mozilla Firefox 3.5 is to provide the tools needed to install and manage Add Ons and themes locally.

        To do this the extension provides multi-extension installation support, hacking capabilities to the Extension/Theme manager windows, features to find and troubleshoot Extensions/Themes Build, GUID and Profile information.

        Note: With Toolkit 6.0 Auto Archiving is fully working in Firefox 2.0 and temporarily disabled for Firefox 3.0, fix coming soon.

        mrtech1

        mrtech2

        mrtech3thememanager Theme manager

        mrtech4extensionmanager Extension manager

        mrtech5multiplelocalextension-installation Multiple Local Extension Installation

        mrtech6customtoolbaricons Custom Tool Bar Icons

        mrtech7disable-xp-option Disable XP Option

        mrtech8-chrome-editor Chrome Editor

        mrtech9-menu-options Menu Options

        Homepage

        http://www.mrtech.com/extensions/

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Mozilla Firefox 3.5Add On:Video Download Helper


        Video DownloadHelper in Mozilla Firefox 3.5 is an Add On which is a tool for web content extraction. Its purpose is to capture video and image files from many sites.

        Just surf the Web as you are used to, when DownloadHelper detects it can do something for you, the icon gets animated and a menu allows you to download files by simply clicking an item

        For instance, if you go to a YouTube page, you’ll be able to download the video directly on your file system. It also works with MySpace, Google videos, DailyMotion, Porkolt, iFilm, DreamHost and others.

        Since version 3.1, you can setup the extension to automatically convert the downloaded movies to your preferred video format.

        When you are on a page containing links to images or movies, you can download some or all of them at once. Moving the mouse over the items in the menu will highlights the links directly in the page to make sure they are the ones you want to pick up.

        DownloadHelper also allows you to download files one by one, so that you keep bandwidth to surf for other stuff to download.

        To modify your preferences, like changing the download directory, right-click on the icon and choose “Preferences”.

        videoloader1

        videoloader2

        videoloader3

        videoloader4

        videoloader5

        videoloader6

        videoloader7

        videoloader8

        videoloader9

        videoloader10

        videoloader11

        When you first install the extension, your browser is redirected to a welcome page with links to a user manual at http://www.downloadhelper.net/manual.php and a faq at http://www.downloadhelper.net/faq.php

        This does not change your homepage setting and the welcome page won’t appear anymore.

        Support can be obtained from http://www.downloadhelper.net/support.php

        Link

        http://www.downloadhelper.net/

        • Share/Bookmark

        Posted in Tech StuffComments (1)

        Mozilla Firefox 3.5 Add On- Orkut Tool Bar


        The Mozilla Firefox 3.5 Add On, Orkut Toolbar helps you to format the text of your posts in the Orkut forums, easily access all common functions of orkut, create and manage custom signatures and insert and view images and flash movies in orkut posts, scraps and profiles.

        With Orkut Toolbar all you need is type your entire text without any formatting code and then select the desired parts of text and apply the format using the toolbar buttons. Much like you do in OpenOffice, MS Word or any other text editor.

        orkuttoolbarHomepage

        http://www.renatorodrigues.com/

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Mozilla Firefox 3.5 Add On-Twitbin


        Twitbin is a Mozilla firefox 3.5 add on that allows you to keep up with all of your Twitter conversations right from your browser sidebar. Send messages, receive messages, share links, and more from Twitbin, the best twitter addon for firefox out there.

        twitbin2

        twitbin1

        Homepage

        http://www.twitbin.com

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Mozilla Firefox 3.5:Add On Collector


        In Mozilla Firefox 3.5 discover more of the best add-ons and organize your favorites in easy-to-manage collections. Subscribe to see how the collections you admire grow, and fans follow when you manage and update your own collections.

        addon-collector

        Recommend Collections

        Subscribe to an Add-on Collection in Mozilla Firefox 3.5 and get notification when it grows. If you’re creating the collection, there’s space to tell why you like an add-on and give some context for customization.

        Share Add-ons

        Ping friends about good finds. Choose “Publish to” and they get news about add-ons in a ready-to-go format endorsed by the source (that’s you!).

        Sync with All Sources

        Announce new Add-on Collections of Mozilla Firefox 3.5 and give links that stay current, thanks to Auto Publisher. Sync devices and keep all your browsers stocked with your latest collection.

        Link

        http://addons.mozilla.org/

        • Share/Bookmark

        Posted in Tech StuffComments (0)

        Translate to ur language