https://github.com/meebuhs/tablist
A simple chrome extension to pull a list of open tabs.
https://github.com/meebuhs/tablist
chrome chrome-extension extension tabs webpack
Last synced: 2 months ago
JSON representation
A simple chrome extension to pull a list of open tabs.
- Host: GitHub
- URL: https://github.com/meebuhs/tablist
- Owner: Meebuhs
- Created: 2018-11-12T13:46:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T04:17:07.000Z (about 7 years ago)
- Last Synced: 2025-06-05T21:06:30.943Z (about 1 year ago)
- Topics: chrome, chrome-extension, extension, tabs, webpack
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tablist
A simple extension which creates a list of the tabs open in either the current window or all open windows.
Useful for storing links to resources or creating input for a scraper.

## Getting Started
### Download
[Available on the chrome web store](https://chrome.google.com/webstore/detail/ijdfnmbclpjjonoehpboopalfepbocjj)
### Build
You can build this extension locally using yarn
```
git clone https://github.com/Meebuhs/tablist
cd tablist
yarn
yarn build
```
Then, in chrome, go to
```
chrome://extensions
```
Ensure developer mode is enabled and load an unpacked extension, pointing to build