table-to-spreadsheet
Convert the table element to spreadsheet
Apa itu table-to-spreadsheet?
table-to-spreadsheet adalah ekstensi Chrome yang dikembangkan oleh moznion, dan fitur utamanya adalah "Convert the table element to spreadsheet".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi table-to-spreadsheet
Unduh file ekstensi table-to-spreadsheet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Provide the CSV or XLSX that is converted from the table element by context menu.
Informasi Dasar Ekstensi
Nama | table-to-spreadsheet |
ID | haidhlbpihfihbjcggmffnmhgiddjcoc |
URL Resmi | https://chromewebstore.google.com/detail/table-to-spreadsheet/haidhlbpihfihbjcggmffnmhgiddjcoc |
Deskripsi | Convert the table element to spreadsheet |
Ukuran File | 105 KB |
Jumlah Instalasi | 7,268 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-07-22 |
Tanggal Publikasi | 2014-07-22 |
Penilaian | 4.00/5 Total 19 Penilaian |
Pengembang | moznion |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/moznion/crx-table-to-spreadsheet |
URL Halaman Bantuan | https://github.com/moznion/crx-table-to-spreadsheet/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "table-to-spreadsheet", "version": "0.0.2", "manifest_version": 2, "description": "Convert the table element to spreadsheet", "permissions": [ "contextMenus" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |