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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة JSON Sheets

قم بتنزيل ملفات الامتداد JSON Sheets بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}