My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CHANGELOG  
Updated Dec 20, 2009 by leo.bori...@gmail.com

RightLink 1.3 (2009-12-20)

  • Bind right click event handler only once for page (i.e. Document object).

RightLink 1.2 (2009-12-09)

  • Handle links in all frames of page.

RightLink 1.1 (2009-10-31)

  • Handle links that have been added to document dynamically (via AJAX or something similar) after loading whole page.

RightLink 1.0 (2009-10-23)

  • Initial release.
Comment by qqqq0...@gmail.com, Aug 31, 2010

Heading1

Heading2

Heading3

bold italic inline code escape: *

Indent lists 2 spaces:

  • bullet item
  1. numbered list

verbatim code block

Horizontal rule ----

WikiWordLink? label http://domain/page

Comment by qqqq0...@thiliem.com, Dec 13, 2010

Wiki markup help

Heading1

Heading2

Heading3

bold italic inline code escape: *

Indent lists 2 spaces:

  • bullet item
  1. numbered list

verbatim code block

Horizontal rule ----

WikiWordLink? label http://www.thiliem.com/page

table cells

Comment by qqqq0...@thiliem.com, Dec 13, 2010

iki markup help

Heading1

Thiliem.com

Heading2

qqqq0508@thiliem.com

Heading3

www.thiliem.com

bold italic inline code escape: *

Indent lists 2 spaces:

  • bullet item
  1. numbered list

verbatim code zh-tw

Horizontal rule ----

WikiWordLink? label https://sites.google.com/a/thiliem.com/www/

table cells

Comment by NexusOne...@gmail.com, Mar 12, 2011

The default behavior of the opening tab is on the right-side of current tab. If you want to use the build-in tab opening order, just comment the index line of actions.js.


function emulateNativeOpenLinkInNewTab(url, base_tab) {

chrome.tabs.create({
windowId: base_tab.windowId,
//index: base_tab.index + 1,
url: url, selected: false
});
}


Sign in to add a comment
Powered by Google Project Hosting