Recommended Posts

Neowin.net Firefox Toolbar 0.4.0

Neowin Firefox Toolbar is a toolbar extension for Mozilla Firefox users. The toolbar was created by Limit-Studios and provides quick and easy navigation around the Neowin website and its forums. The toolbar also has fading news feeds which cycle through each chosen RSS feed. This toolbar runs on Firefox 1.0.x and Firefox 1.5 and is compatible with Windows, Linux and Mac OS X (Not tested) operating systems.

picticon.gifScreenshot: Toolbar | Options Window

softicon.gifDownload for Firefox 1.5: Build 0.4.0(xpi) | Build 0.4.0(zip)

softicon.gifDownload for Firefox 1.0: Currently not available due to some locale problems

softicon.gifDownload for Mozilla/SeaMonkey: Coming Soon!

Users are best to uninstall the previous version of the extensions before installing!

Changelog

  • 0.4.0
  • Added: Firefox 1.5.0.* compatibility
  • Added: (fr-FR)French localization - Webgraph
  • Added: (pt-PT)Portuguese localization - tiagosilva29
  • Added: (es-ES)Spanish localization - Louis
  • Added: Options window
  • Added: Toolbar button customisation
  • Added: Neowin link on Neowin.net logo context menu
  • Added: Toplist button; but set not to show by default
  • Added: NFiles button; but set not to show by default
  • Added: PowerUser.TV podcast website button
  • Added: PM notification concept design to options
  • Added: Working search for Neowin using Neowin's search function
  • Added: Working search for Neowin using Google
  • Added: Search history for search box
  • Added: RSS Icons for all RSS feeds
  • Added: Customizing Windows Vista and its subforums to the forums menu
  • Added: Neowin Clans & Game Servers to Gamers' Hangout in the forums menu
  • Added: Vista Beta Place to Windows Beta Discussion in the forums menu
  • Added: Longhorn Server Beta Place to Windows Beta Discussion in the forums menu
  • Added: Fantasy Sports to The Sporting Arena in the forums menu
  • Fixed: When selecting which buttons not to show on the toolbar; restarting Firefox will add them again
  • Fixed: Clicking Neowin IRC Chat produces two error dialogs instead of one when the user has no IRC client - tiagosilva29
  • Fixed: When you click any button and the website times out you get two error dialog
  • Fixed: Options menu not showing/greyed out in the Extensions window - Yochanan
  • Fixed: Improved RSS feed selection responsiveness
  • Fixed: Duplicate search terms in search box
  • Fixed: Removed dotted focus borders on checkboxes and buttons
  • Removed: Deprecated code from the toolbar
  • Removed: Double clicking neowin toolbar logo will now open Neowin.net frontpage in a tab
  • Removed: Customizing Windows 98SE/ME/2000 in forums menu (Forum no longer exists)
  • Changed: Extension location on my website so that I can provide the updates better in future
  • Changed: Cleaned up alot of the code and made more organized
  • Changed: All Neowin logos to the version 5 logos
  • Changed: Version number format now compatible with the new Firefox 1.5 standards
  • Changed: Neowin.net Home Page menu item now opens in existing tab instead of opening a new one.

  • 0.3.4
  • Added support for Firefox 1.5 Beta 1
  • Fixed bug when trying to open RSS items in tabs
  • Fixed bug when trying to open Forum tabs
  • Fixed DeerPark installation problems
  • Improved Forums icon
  • Added Neowin IRC Chat icon
  • Removed Toplist
  • Slowed down RSS item change a little
  • Double clicking neowin toolbar logo will open Neowin.net frontpage

Edited by Limit-Studios
Link to comment
https://www.neowin.net/forum/topic/344242-neowinnet-firefox-toolbar/
Share on other sites

Neowin.net Toolbar (0.2.3)

Added Neowin Logos

Menus for forums

Search Bar (Can search here, MSNSeach, Google, Yahoo - suggestions for other searches are welcome)

Button for Neowin IRC Chat

Button for Toplist

Button for NeoRequest

Currently working on when i get back:-

List to show the lastest news which is powered by RSS

...plus some other little stuff

I expect to have the first BETA ready for testing tomorrow sometime; hopefully before mid-day

Neowin.net Toolbar (0.2.3)

Added Neowin Logos

Menus for forums

Search Bar (Can search here, MSNSeach, Google, Yahoo - suggestions for other searches are welcome)

Button for Neowin IRC Chat

Button for Toplist

Button for NeoRequest

Currently working on when i get back:-

List to show the lastest news which is powered by RSS

...plus some other little stuff

I expect to have the first BETA ready for testing tomorrow sometime; hopefully before mid-day

586214625[/snapback]

Linux/Mac too?

The BETA will be up at 12PM UK time. It won't have the search as it seems to be causing a few problems and will be fixed for the next BETA. Which may be late tonight depending on the amount of bugs found or features wanted.

586217035[/snapback]

I'll help test. ;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft's Aurora 1.5 weather model could make hurricane predictions a lot better by Paul Hill Microsoft has just launched a major update for its open-access Aurora Earth-system foundation model, Aurora 1.5. This extension adds 22 new weather variables that are relevant to energy, agriculture, transport, and climate risk. Additionally, it provides hourly temporal resolution and probabilistic ensemble forecasting. If you have ever tracked a hurricane or typhoon, you might be aware that there are various forecasting models available. The best of the bunch are generally considered to be the European Centre for Medium-Range Weather Forecasts (ECMWF) ensemble models. Well, with Aurora 1.5, Microsoft claims its model outperforms on 88.9% of evaluated targets. This model also performs better against its previous version, with testing showing that the ensemble median achieved a one-third lower track error for tropical cyclones, such as Hurricane Helene. While open access to Aurora 1.5 is great news for researchers, agencies, companies, and civil society, Microsoft will also be integrating it into its commercial products such as Microsoft Weather. We all know that AI can give some dodgy outputs, so it wants to couple Aurora 1.5 with physics-based models, such as ECMWF, rather than replace them. The best cyclone forecasts are those that draw from multiple models, and drawing in Aurora 1.5’s predictions will just add more depth to the composite forecast, potentially helping to make people safer. You can read the model’s paper or head over to GitHub to download it.
    • I started using Vivaldi again after maybe 2-3 years. I dunno what I didn't like about them. Maybe Floorp was just a shade better.
    • Google launches LiteRT.js to make AI and ML workloads faster in the browser by Paul Hill Google has just launched LiteRT.js, a new library that enables machine learning models to run locally within the web browser, bypassing the need for server-side processing. The firm said this will bring native AI performance to web browsers via its mobile-focused LiteRT runtime, though LiteRT.js also works on desktops. The new library uses WebAssembly and hardware acceleration such as WebGPU and WebNN to replace the slower TensorFlow.js, which uses a slower JavaScript-based kernel. The LiteRT runtime has been reserved for Android and iOS until now. With today’s update, Google is exposing the runtime via WebAssembly to turn the browser into a more capable platform for AI and ML workloads. The search giant claims that this new runtime delivers 3x greater speeds over existing solutions on current hardware. Specifically, it was tested on a 2024 Apple MacBook Pro with M4 Silicon. In the real world, for users on older hardware or using browsers with different engines, performance could vary significantly. For developers looking to switch over from TensorFlow.js, the process is straightforward. If you already have a .tflite file, you just need to switch your JavaScript runtime to LiteRT.js. However, if you have a TensorFlow/Keras SavedModel, then you can use the LiteRT Converter built into the Python TensorFlow package. You can read more about the conversion process on Google for Developers. Going forward, it will be interesting to see whether Google eventually sunsets or de-prioritizes TensorFlow.js in favor of LiteRT.js. It will also be interesting to see how it really performs on other hardware besides a MacBook. Source: Google
    • AltSendme 0.5.0 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.5.0 changelog: Web version available at app.altsendme.com Zero analytics, please raise issues as you come across them Harden app trust boundaries More test coverage - added end-to-end test cases verifying receiver temporary directory lifecycle and resume behavior Added disarm mechanism to AutoCleanupDir to support preserving partial downloads for resume Bug fixes Download: AltSendme 0.5.0 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      BenTuckett1997 earned a badge
      Dedicated
    • One Month Later
      SRODERICK earned a badge
      One Month Later
    • Community Regular
      Case_f went up a rank
      Community Regular
    • One Month Later
      Jeroen Wilms earned a badge
      One Month Later
    • First Post
      BrianMunton earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      399
    2. 2
      +Edouard
      152
    3. 3
      PsYcHoKiLLa
      129
    4. 4
      Nick H.
      87
    5. 5
      neufuse
      77
  • Tell a friend

    Love Neowin? Tell a friend!