Export Mode Tables

Allows you to export mode tables to a csv

Что такое Export Mode Tables?

Export Mode Tables - это расширение Chrome, разработанное Shopify, и его основная функция - "Allows you to export mode tables to a csv".

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

screenshot

Скачать файл CRX расширения Export Mode Tables

Скачайте файлы расширений Export Mode Tables в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension allows you to export Mode tables in explorations to a CSV! This extension is for you if you've ever created a Mode Exploration, and then have been dismayed at finding out you can't export the exploration table you've made to a CSV.                    

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

Название Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
Официальный URL https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Описание Allows you to export mode tables to a csv
Размер файла 13.43 KB
Количество установок 134
Текущая Версия 0.0.0.1
Последнее Обновление 2021-01-29
Дата публикации 2021-01-29
Рейтинг 2.50/5 Всего 2 оценок
Разработчик Shopify
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Mode Tables",
    "version": "0.0.0.1",
    "description": "Allows you to export mode tables to a csv",
    "permissions": [
        "debugger",
        "downloads",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "mode.png",
        "default_title": "Export Mode Tables"
    },
    "icons": {
        "128": "mode.png"
    },
    "manifest_version": 2
}