Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Что такое Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV - это расширение Chrome, разработанное Agency Enterprise, и его основная функция - "The extension downloads HTML tables in CSV format.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Table Extractor - Download any Table as a CSV

Скачайте файлы расширений Table Extractor - Download any Table as a CSV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Download HTML tables in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

Основная информация о расширении

Название Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
Официальный URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Описание The extension downloads HTML tables in CSV format.
Размер файла 7.91 KB
Количество установок 528
Текущая Версия 1.0
Последнее Обновление 2022-03-08
Дата публикации 2022-03-08
Разработчик Agency Enterprise
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}