Count the tabs that a user has open.
npm install count-tabs
var tabs = require('..')(function (up) { document.getElementById('tabs_counter').innerText = up})
MIT