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
v18.3.0 (npm
v8.11.0) on macOS 12.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.1.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