Skip to content

Simple package to manage the browser tabs of a web application

Notifications You must be signed in to change notification settings

dawsmith06/browser-tabs-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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]

About

Simple package to manage the browser tabs of a web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published