JSON Sheets
Convert JSON into a Google Sheet, and vice versa.
JSON Sheetsคืออะไร?
JSON Sheets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rahul Matta และคุณลักษณะหลักของมันคือ "Convert JSON into a Google Sheet, and vice versa."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Sheets
ดาวน์โหลดไฟล์ส่วนขยาย JSON Sheets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Sheets doesn't support JSON importing or exporting. This simple Chrome extension solves that issue. In just 3 clicks, convert any Google Sheet into a JSON file, or vice versa. Thanks for using JSON Sheets! Please don't hesitate to reach out with questions, comments, or concerns.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON Sheets |
ID | ningaldecapifnddgdmmhcneehiidngd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd |
คำอธิบาย | Convert JSON into a Google Sheet, and vice versa. |
ขนาดไฟล์ | 27.11 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-07-11 |
วันที่เผยแพร่ | 2020-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Rahul Matta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Sheets", "description": "Convert JSON into a Google Sheet, and vice versa.", "version": "0.0.1", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Convert JSON into a Google Sheet, and vice versa.", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "windows" ] } |