An open API service indexing awesome lists of open source software.

https://github.com/ww24/chrome-tab-recorder

Google Chrome Extension Instance Tab Recorder
https://github.com/ww24/chrome-tab-recorder

Last synced: 14 days ago
JSON representation

Google Chrome Extension Instance Tab Recorder

Awesome Lists containing this project

README

        

# chrome-tab-recorder

Google Chrome Extensions Tab Recorder

## Install

- [Chrome Web Store](https://chromewebstore.google.com/detail/instant-tab-recorder/giebbnikpnedbdojlghnnegpfbgdecmi)

## Development

### Build

```sh
npm install
npm run build
```

### Directory structure

```text
.
├── README.md ... this file
├── docs ... GitHub Pages directory
├── extension ... Chrome Extensions entrypoint
└── src ... source files
```

### References

-
-
-