Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 745 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 745 Bytes

chrome-tab-recorder

Google Chrome Extensions Tab Recorder

Install

Development

Build

npm install
npm build

Directory structure

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

References