JSON Sheets

Convert JSON into a Google Sheet, and vice versa.

JSON Sheetsとは何ですか?

JSON SheetsはRahul Mattaによって開発されたChromeの拡張機能で、その主な機能は「Convert JSON into a Google Sheet, and vice versa.」です。

拡張機能のスクリーンショット

screenshot
screenshot

JSON Sheets拡張機能のCRXファイルをダウンロード

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