Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 463 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 463 Bytes

Browser Tabs Manager

Simple package to manage the browser tabs of a web application

Installation

npm install browser-tabs-manager

Usage

const TabsManager   = require('browser-tabs-manager');
TabsManager.getTabs() // get all open tabs
TabsManager.getTab()  // get current tab

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License [MIT]