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
- Host: GitHub
- URL: https://github.com/ww24/chrome-tab-recorder
- Owner: ww24
- License: mit
- Created: 2024-05-12T15:46:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T19:34:03.000Z (15 days ago)
- Last Synced: 2025-05-06T00:51:33.716Z (14 days ago)
- Language: TypeScript
- Homepage: https://recorder.appcloud.info/
- Size: 1.67 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-
-
-