Export Mode Tables

Allows you to export mode tables to a csv

What is Export Mode Tables?

Export Mode Tables is a Chrome extension developed by Shopify, and its main feature is "Allows you to export mode tables to a csv".

Extension Screenshots

screenshot

Download Export Mode Tables Extension CRX File

Download Export Mode Tables extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
Official URL https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Description Allows you to export mode tables to a csv
File Size 13.43 KB
Installation Count 134
Current Version 0.0.0.1
Last Updated 2021-01-29
Publish Date 2021-01-29
Rating 2.50/5 Total 2 Ratings
Developer Shopify
Email [email protected]
Payment Type free
Supported Languages 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
}