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 |
| Eメール | [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
} | |