Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piroor/fxaddonlib-tabs-drag-utils

Provides ability to drag and drop multiple tabs in a time for Firefox/Thunderbird addons
https://github.com/piroor/fxaddonlib-tabs-drag-utils

Last synced: 14 days ago
JSON representation

Provides ability to drag and drop multiple tabs in a time for Firefox/Thunderbird addons

Awesome Lists containing this project

README

        

# Multiple Tabs Drag and Drop Utilities for Firefox 31-56

## Usage

window['piro.sakura.ne.jp'].tabsDragUtils.initTabBrowser(gBrowser);

// in dragstart event listener
window['piro.sakura.ne.jp'].tabsDragUtils.startTabsDrag(aEvent, aArrayOfTabs);