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.
擴展基本資訊
名稱 | Export Mode Tables |
ID | cjaneeddkolhbcgkjipgdpdlfgdecohj |
官方網址 | 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 } |