table-to-spreadsheet
Convert the table element to spreadsheet
Co to jest table-to-spreadsheet?
table-to-spreadsheet to rozszerzenie Chrome opracowane przez moznion, a jego główną funkcją jest „Convert the table element to spreadsheet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia table-to-spreadsheet
Pobierz pliki rozszerzeń table-to-spreadsheet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Provide the CSV or XLSX that is converted from the table element by context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | table-to-spreadsheet |
ID | haidhlbpihfihbjcggmffnmhgiddjcoc |
Oficjalny URL | https://chromewebstore.google.com/detail/table-to-spreadsheet/haidhlbpihfihbjcggmffnmhgiddjcoc |
Opis | Convert the table element to spreadsheet |
Rozmiar pliku | 105 KB |
Liczba instalacji | 7,268 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-07-22 |
Data Publikacji | 2014-07-22 |
Ocena | 4.00/5 Łącznie 19 Oceny |
Deweloper | moznion |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/moznion/crx-table-to-spreadsheet |
Adres URL Strony Pomocy | https://github.com/moznion/crx-table-to-spreadsheet/issues |
Obsługiwane Języki | 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": [ " |