Export Mode Tables

Allows you to export mode tables to a csv

Export Mode Tables là gì?

Export Mode Tables là một tiện ích mở rộng Chrome được phát triển bởi Shopify, và tính năng chính của nó là "Allows you to export mode tables to a csv".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Export Mode Tables

Tải xuống các tệp mở rộng Export Mode Tables dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Export Mode Tables Export Mode Tables
ID cjaneeddkolhbcgkjipgdpdlfgdecohj
URL Chính Thức https://chromewebstore.google.com/detail/export-mode-tables/cjaneeddkolhbcgkjipgdpdlfgdecohj
Mô tả Allows you to export mode tables to a csv
Kích Thước Tệp 13.43 KB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2021-01-29
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shopify
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}