Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,559 downloads
    Wine 1.4.1 / 1.6 RC2
    1,233 downloads
    BackTrack 5 R3
    1,192 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,190 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,011 downloads
    Red Hat Linux 9
    971 downloads
    VLC 2.0.7
    869 downloads
    Ubuntu 10.04.4 LTS
    774 downloads
    Debian GNU/Linux 7.1
    743 downloads
    Red Hat Enterprise
    Linux 6.4

    708 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 371
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 625
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-15

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > Internet > Thunderbird Extensions > Extension Options Menu for Thunderbird > Changelog

    Extension Options Menu for Thunderbird 2.7 - Changelog


    What's new in Extension Options Menu for Thunderbird 2.7:

    March 12th, 2013

    · Removed some variables.
    · Removed some extra brackets.
    · Removed specific pre Gecko 6 code.
    · Removed specific pre Gecko 12 code.
    · Updated fr locale.



    What's new in Extension Options Menu for Thunderbird 2.6:

    January 21st, 2013

    · Changed reference from nsIPrefBranch2 to nsIPrefBranch. Hid blank description tooltips.



    What's new in Extension Options Menu for Thunderbird 2.5:

    August 31st, 2012

    · Adds Thunderbird AppMenu options in version 17 and above.



    What's new in Extension Options Menu for Thunderbird 2.4:

    August 8th, 2012

    · Made it possible to blacklist an extension with a comma in its name. Add a backslash before the comma. E.g. "Chris's red, white, and blue extension" would be entered as "Chris's red\, white\, and blue extension". Added hidden pref "extensions.ExtensionOptionsMenu.ScrollInToView". Set to false and the new style options pages won't automatically scroll in to view of the options. It will stay at the top of the page.



    What's new in Extension Options Menu for Thunderbird 2.3:

    June 19th, 2012

    · Added HU translation. Added "event.preventDefault();" for Thunderbird right-click on icon to try to prevent standard menu from popping up.



    What's new in Extension Options Menu for Thunderbird 2.2:

    April 12th, 2012

    · Fixed typo on pref observer. System tools menu on Linux and Mac OS will open options pages (previously broken), but not extra middle and right-click functions. Fixed preventing default menu on right-click from menu items from icon menu.



    What's new in Extension Options Menu for Thunderbird 2.1:

    December 23rd, 2011

    · Now inserting the replacement Add-ons menu one element higher so other extensions that insert below the default Add-ons menu won't show up above the Add-ons menu.



    What's new in Extension Options Menu for Thunderbird 2.0:

    December 8th, 2011

    · Added many new options to list extensions in various states.
    · Added option to enable/disable or open home page (if defined) on right/middle click.



    What's new in Extension Options Menu for Thunderbird 1.23:

    September 12th, 2011

    Added hidden preference to black list extensions you don't want displayed in menus in about:config:
    · extensions.ExtensionOptionsMenu.BlackList
    · separate add-on names with a comma ",". Leading and training space is automatically removed internally. Should not be case sensitive (everything is changed to lower case internally.)



    What's new in Extension Options Menu for Thunderbird 1.21:

    August 22nd, 2011

    · Added sr locale. Names shouldn't be missing on locales. Disabled titlebar setting for Thunderbird and SeaMonkey. When/If either gets a titlebar menu, I'll add code and re-enable it. Shared overlay for Thunderbird and SeaMonkey.



    What's new in Extension Options Menu for Thunderbird 1.20:

    August 10th, 2011

    · Added locales.
    · Changed from oncommand setattribute to addeventlistener.
    · Other code simplification.



    What's new in Extension Options Menu for Thunderbird 1.19:

    June 22nd, 2011

    · Added SeaMonkey support.



    What's new in Extension Options Menu for Thunderbird 1.18:

    June 15th, 2011

    · Opens the Add-ons manager extension detail page for restartless extensions with options pages (Firefox/Thunderbird 7.0a1+.) Added more listeners to catch restartless extension changes.



    What's new in Extension Options Menu for Thunderbird 1.17:

    June 13th, 2011

    · Wrapped JavaScript to avoid global namespace pollution. Changed title bar menu entry to optionally replace "Add-ons" menu item with a split menu - thanks to Zoolcar9.



    What's new in Extension Options Menu for Thunderbird 1.16:

    June 7th, 2011

    · Added nl translation. Right-clicking on icon now opens Extensions page of Add-on Manager.



    What's new in Extension Options Menu for Thunderbird 1.15:

    May 13th, 2011

    · Fixed pt-BR UTF-8 translation.



    What's new in Extension Options Menu for Thunderbird 1.14:

    April 29th, 2011

    · Added locales



    What's new in Extension Options Menu for Thunderbird 1.13:

    March 24th, 2011

    Stopped hiding drop marker so the icon matches other Firefox/Thunderbird menu icons. If you want to hide drop marker add:
    · #extensionsoptionsmenutoolbar dropmarker { display: none; }
    · to userChrome.css. Added a homepage. Stopped using add-on's name to name dialog popups (possible bug fix.)



    What's new in Extension Options Menu for Thunderbird 1.12:

    February 1st, 2011

    · menu now placed under 'options menu'
    · less code to clear menu
    · eliminated some ifs and extra brackets
    · added icon instead of using using icon from default skin (too big)



    What's new in Extension Options Menu for Thunderbird 1.11:

    January 3rd, 2011

    · Fixed a problem for extensions with apostrophes in their titles that would break this extension.



    What's new in Extension Options Menu for Thunderbird 1.10:

    December 20th, 2010

    · Fixed the add-on install/removed listener (was broken in 1.9.)
    · Also changed some of the Titlebar menu code so when Linux/Mac gets the menu, hopefully it will work without changes from me.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM