// // Alternatively, the contents of this file may be used under the terms of // either the GNU General Public License Version 2 or later (the "GPL"), or // the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), // in which case the provisions of the GPL or the LGPL are applicable instead // of those above. If you wish to allow use of your version of this file only // under the terms of either the GPL or the LGPL, and not to allow others to // use your version of this file under the terms of the MPL, indicate your // decision by deleting the provisions above and replace them with the notice // and other provisions required by the GPL or the LGPL. If you do not delete // the provisions above, a recipient may use your version of this file under // the terms of any one of the MPL, the GPL or the LGPL. // // ***** END LICENSE BLOCK ***** ?> Mozilla Update :: Extensions - Add Features to Mozilla Software &type=E&list=newest">

Extensions

Extensions are small add-ons that add new functionality to . They can add anything from a toolbar button to a completely new feature. They allow the application to be customized to fit the personal needs of each user if they need additional features, while keeping small to download .

Top Rated Extensions

Ratings are based on feedback from people who use these extensions.

    = '$currentver' AND `Rating` > '0' AND `approved` = 'YES' GROUP BY `Name` ORDER BY `Rating` DESC, `Name` ASC, TV.Version DESC"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); while ($row = mysql_fetch_array($sql_result)) { $r++; $s++; $id = $row["ID"]; $name = $row["Name"]; $description = $row["Description"]; $rating = $row["Rating"]; echo"
  1. "; echo"$name, $rating stars
    "; echo"$description"; echo"
  2. \n"; if ($r >= "5") { break; } } unset($usednames, $usedversions, $r, $s, $i); ?>

Most Popular Extensions

The most popular downloads over the last week.

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `downloadcount` > '0' AND `approved` = 'YES' ORDER BY `downloadcount` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. No Popular Extensions
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $description = $row["Description"]; $downloadcount = $row["downloadcount"]; $totaldownloads = $row["TotalDownloads"]; $typename="extensions"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name, $downloadcount downloads
    "; echo"$description"; echo"
  4. \n"; $lastname = $name; if ($i >= "5") { break; } } ?>
&type=E&list=newest">News Additions in RSS

Newest Extensions

New and updated extensions. Subscribe to &type=E&list=newest">our RSS feed to be notified when new extensions are added.

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `approved` = 'YES' ORDER BY `DateAdded` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. Nothing Recently Added
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $type = $row["Type"]; $name = $row["Name"]; $description = $row["Description"]; $version = $row["Version"]; $dateadded = $row["DateAdded"]; $dateadded = gmdate("F d, Y", strtotime("$dateadded")); //$dateupdated = gmdate("F d, Y g:i:sa T", $timestamp); $typename = "extensions"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name $version, $dateadded
    "; echo"$description"; echo"
  4. \n"; $lastname = $name; if ($i >= "8") { break; } } ?>