Firefox extension to select and copy table cells.
- Hold Opt (macOS) or Alt (Windows) and drag to select cells.
- Hold Opt+Cmd (macOS) or Alt+Ctrl (Windows) and drag to select columns.
- Copy selection (or the whole table) as seen on the screen (for rich text editors)
- Copy as CSV or TSV (for Spreadsheets).
- Copy as HTML (for your website).
Forked from gebrkn/copytables for Chrome (Web Store).
Build tested using: node
v16.5.0 (npm
v7.20.2) on macOS 11.4
# Clone the repo
git clone https://github.com/nirantak/copytables.git
cd copytables
# Install dependencies
npm install
# Build zipped extension
npm run deploy
## Output: copytables-0.1.0.zip
# Test in development mode
npm start
## This does the following:
## - Runs a dev server with dummy data on localhost:9876
## - Runs gulp to watch and rebuild for code changes
## - Opens Firefox with the extension loaded in debug mode