Skip to content

klint/wat

Repository files navigation

WAT

This is a addon for Mozilla Thunderbird. WAT(Wab Application Tab) is enable to open web contents in new tab.

Requirement

version 1.5

version 1.4

  • bump up minVersion to 13.0
  • bump up maxVersion to 16.a1
  • fix bookmarks

version 1.3.4

version 1.3.2

  • FixBugs of version 1.3.1
  • FuxBug: "open all in tabs" on bookmark folder menu

version 1.3.1

  • FixBug: when mail.tabs.autoHide is true, can't do anything (Issue 20]
    • make possible to drag & drop the tab bar's buttons
    • restore the WAT menu

version 1.3

  • NewFeature: enable to register OpenSearch XML

version 1.2

  • NewFeature: Show Bookmarks Toolbar on left side of WAT button
    • Tabbar

Version 1.1

  • NewFeature: always open link in a tab option (Don't open the external browser).
  • a little refactoring

Version 1.0

  • change WAT menu to the button in tab-bar.
  • NewFeature: bookmarks and history system like Firefox
  • NewFeature: URL & search bar
  • obsoleted: WAT menu in menubar
  • obsoleted: Open URL in tab menu
  • obsoleted: old bookmark system

Features

  • register Name and URL like bookmark from WAT -> Option
  • open in tab quickly from WAT -> Open URL in tab
  • open in tab from link contex menu
  • can copy to clipboard the title or the URL from tab context menu (version 0.2.4)
  • can open in a new tab on middle-click (version 0.3.0)
    • if Open tab in background option (see Option dialog) is on, open in background and Shfit+Middle-Click opens in foreground (version 0.6)
    • if the option is off, the behavior is reverse.
  • can open in a new tab on ctrl + click (version 0.6.2)
  • can forward and back from key-navigation (likes firefox) menus in "Go" on the menubar or the context menu (version 0.4.0)
    • on Windows Back: Alt-Left or BS, Forward: Alt-Rieght or Shift-BS
    • on MacOS Back: Cmd-Left or Cmd-[ or Cmd-Delete, Forward: Cmd-Right or Cmd-] or Cmd-Shfit-Delete
    • on Linux Back: Alt-Left or Ctrl-[ or BS, Forward: Alt-Right or Ctrl-] or Shift-BS
  • redirects by meta tab refresh is available (version 0.4.3)
  • open a new tab the link in RSS feed message header on middle-click or context-menu (version 0.4.5)
  • show feed icon for subscribing, if the page has RSS feeds (version 0.5)

License

Thease code are licensed under a disjunctive tri-license giving you the choice of one of the three following sets of free software/open source licensing terms.

Get Extension

How to build

  1. Build xpi

    sh build.sh

  2. Install xpi from Addons dialog

    then restart Thunderbird 'WAT' toolbar menu apears.

  3. Resister PageName and URL from WAT -> Option which is opened in new tab.

ScreenShots

WAT (WebApplicationTab)

Issues

  • don't work ToDo list on Google Calendar

    it's seems that following code doesn't work :(

    <iframe src="javascript:'<html>....</html>'">