JSON Sheets
Convert JSON into a Google Sheet, and vice versa.
Apa itu JSON Sheets?
JSON Sheets adalah ekstensi Chrome yang dikembangkan oleh Rahul Matta, dan fitur utamanya adalah "Convert JSON into a Google Sheet, and vice versa.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi JSON Sheets
Unduh file ekstensi JSON Sheets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | JSON Sheets |
ID | ningaldecapifnddgdmmhcneehiidngd |
URL Resmi | https://chromewebstore.google.com/detail/json-sheets/ningaldecapifnddgdmmhcneehiidngd |
Deskripsi | Convert JSON into a Google Sheet, and vice versa. |
Ukuran File | 27.11 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-07-11 |
Tanggal Publikasi | 2020-07-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Rahul Matta |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |