JSON to Table Converter - Easy Copy
The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.
什麼是JSON to Table Converter - Easy Copy?
JSON to Table Converter - Easy Copy是由zepdaaa開發的Chrome擴展程式,該擴展的主要功能是“The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.”。
擴展截圖
下載JSON to Table Converter - Easy Copy擴展crx文件
下載JSON to Table Converter - Easy Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The "JSON to Table Converter" is a powerful Chrome extension designed to streamline your data analysis workflow. With just a single click, this extension transforms JSON-formatted content on web pages into well-organized tables, making it easier than ever to comprehend and work with complex data. Key Features: - Seamless JSON-to-Table Conversion: Instantly convert JSON data within web pages into clean and structured tables, eliminating the need for manual formatting. - Intuitive User Interface: The extension offers a user-friendly interface that makes it accessible to users of all skill levels. Simply click the extension icon, and it will automatically detect and convert JSON data on the current page. - One-Click Table Format Copy: Copy the formatted table with a single click, saving you time and effort when transferring data to other applications or documents.
擴展基本資訊
名稱 | JSON to Table Converter - Easy Copy |
ID | hmcnmidffobdkcbgognhdnbalgenjnkf |
官方網址 | https://chromewebstore.google.com/detail/json-to-table-converter-e/hmcnmidffobdkcbgognhdnbalgenjnkf |
簡介 | The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow. |
檔案大小 | 18.57 KB |
安裝次數 | 299 |
目前版本 | 1.0 |
更新時間 | 2023-07-27 |
上架時間 | 2023-07-26 |
開發者 | zepdaaa |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON to Table Converter - Easy Copy", "version": "1.0", "description": "The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.", "permissions": [ "activeTab" ], "action": { "default_popup": "pages\/json_to_table.html", "default_icon": { "128": "icons\/icon128.png" } }, "icons": { "128": "icons\/icon128.png" } } |