Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piroor/fxaddonlib-tabs-drag-utils
- Owner: piroor
- Created: 2013-02-19T11:28:24.000Z (over 11 years ago)
- Default Branch: trunk
- Last Pushed: 2020-07-06T16:50:13.000Z (over 4 years ago)
- Last Synced: 2023-03-11T10:42:54.708Z (over 1 year ago)
- Language: JavaScript
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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);