显示标签为“Addon”的博文。显示所有博文
显示标签为“Addon”的博文。显示所有博文

2012年6月3日星期日

Display more Add-ons in the Firefox Addon Manager

Display more Add-ons in the Firefox Addon Manager .download-info .download-button {background-image: url(http://cdn.ghacks.net/wp-content/plugins/download-monitor/page-addon/downloadbutton.gif);}.download-info .more-button {background-image: url(http://cdn.ghacks.net/wp-content/plugins/download-monitor/page-addon/morebutton.gif);}HomeWindowsLinuxSoftwareInternet ExplorerFirefoxChromeOperaEmailContactAdvertiseDisplay more Add-ons in the Firefox Addon Manager

One of the things that I have come to dislike in recent versions of the Firefox web browser is the redesigned addon manager that Mozilla implemented some time ago. The core reason for the disliking is how the information are presented on the screen. This may not be a issue if you have a handful of add-ons installed in Firefox, but if you are working with dozens, you will notice that the screen estate, even on large computer monitors, is not sufficient to display them all at once on the screen. This basically means that you need to scroll in the addon manager which in turn reduces the overview and manageability significantly.

I have reviewed two extensions for the web browser in the past that deal with addon manager issues. The first, Firefox 4 Slim Add-on Manager has been discontinued some time after it was published by its author. The second, Classicish Add-on Manager does not change the line height of items in the addon manager, but moves the manager into its own window the way it was before Mozilla made the changes.

Cleanest Addon Manager fills the gap that was left by the Slim Add-on Manager extension for the browser. It basically displays all add-ons in a single row, instead of the two row design of the standard addon manager.

As you can see, everything is lined up in a single row, with all functionalities still in place and directly accessible.

I’d estimate that you can display 30 or more extensions without scrolling in the addon manager with the help of the extension. Keep in mind though that this depends solely on your monitor’s display resolution.

Cleanest Addon Manager is a useful extension for Firefox users who have that many addons installed in the browser that they need to scroll to access them all.

Related Articles: Classicish Add-on Manager For Firefox
Firefox Add-ons Manager Redesign
New Firefox Tab Manager Tabberwocky
Add Search to Firefox Password Manager
The New Firefox Permissions Manager

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook, Twitter or Google+ using the icons below.

2012年5月31日星期四

Google Analytics Opt-out Add-on for Chrome

Many websites and services make use of Google Analytics, a web statistics service that is tracking web users on websites where the script is installed. Besides the tracking, there is also the aspect of loading times that are affected by the script. Web users who do not want to be tracked, or want sites to load faster, may want to consider blocking the Google Analytics script from running on sites they visit.

Firefox users can use the excellent NoScript add-on for that, which takes care of both issues. Chrome users can install comparable solutions like NotScript or ScriptNo. Some may however feel that they interfere to much with day-to-day web browsing.

blocked-google-analytics

The Google Analytics Opt-out Add-on for the Chrome browser may not be the perfect solution, as it only tackles the tracking problem but not the loading of the script itself, but it does not interfere with other scripts running on the site. The Chrome extension has been created by Google, which may be the reason why the script is not blocked outright. According to information posted on the Chrome Web Store, the add-on “communicates with the Google Analytics JavaScript (ga.js) to indicate that information about the website visit should not be sent to Google Analytics”.

It basically means that the script is loaded, and that the add-on notifies the script that the visit should not be tracked.

Another solution that is working universally on the system would be to block Google Analytics in the hosts file. Simply add the following two lines to your hosts file:

127.0.0.1 www.google-analytics.com127.0.0.1 ssl.google-analytics.com

On Windows, the hosts file is located in the C:\Windows\System32\drivers\etc directory. Just open it in a plain text editor like Notepad, and add the two rows to the end of it. This basically redirects requests that websites make to Google Analytics servers to the local system where the script can’t be found. Webmasters should keep in mind that this may prevent them from accessing the Google Analytics website.

Google Analytics Opt-out Browser Add-on
Why I disabled Google Analytics and WP-Cache
Speed Up Google Analytics
Prevent Google Analytics from tracking your visit
Google Analytics Intelligence

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook, Twitter or Google+ using the icons below.


About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.Author: , Friday May 25, 2012 -
Tags:,

You are here: Home ? Browsing ? Google Analytics Opt-out Add-on for Chrome

View the original article here