├── Download table as CSV ├── background.js ├── downloadcsv.js ├── icons │ ├── 128x128.png │ ├── 32x32.png │ └── 64x64.png ├── manifest.json ├── popup.html └── popup.js ├── LICENSE └── README.md /Download table as CSV/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/background.js -------------------------------------------------------------------------------- /Download table as CSV/downloadcsv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/downloadcsv.js -------------------------------------------------------------------------------- /Download table as CSV/icons/128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/icons/128x128.png -------------------------------------------------------------------------------- /Download table as CSV/icons/32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/icons/32x32.png -------------------------------------------------------------------------------- /Download table as CSV/icons/64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/icons/64x64.png -------------------------------------------------------------------------------- /Download table as CSV/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/manifest.json -------------------------------------------------------------------------------- /Download table as CSV/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/popup.html -------------------------------------------------------------------------------- /Download table as CSV/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/Download table as CSV/popup.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arktiv/table-csv-chrome/HEAD/README.md --------------------------------------------------------------------------------