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
}