Export Mode Tables
Allows you to export mode tables to a csv
什么是Export Mode Tables?
Export Mode Tables是由Shopify开发的Chrome扩展程序,该扩展的主要功能是“Allows you to export mode tables to a csv”。
扩展截图
下载Export Mode Tables扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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
}  |  |