Simple package to manage the browser tabs of a web application
npm install browser-tabs-manager
const TabsManager = require('browser-tabs-manager');
TabsManager.getTabs() // get all open tabs
TabsManager.getTab() // get current tab
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.