Formula Beautify

Beautify your complex sheet formulas

什么是Formula Beautify?

Formula Beautify是由unleashworkshq开发的Chrome扩展程序,该扩展的主要功能是“Beautify your complex sheet formulas”。

扩展截图

screenshot
screenshot

下载Formula Beautify扩展crx文件

下载Formula Beautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you write & modify complex formulas a lot in Google Sheet you can try our extension to beautify it for your easier reading & debuggin.                    

扩展基本信息

名称 Formula Beautify Formula Beautify
ID ilhdkahpmhggjagggfcblnjflgpgpgbd
官方URL https://chromewebstore.google.com/detail/formula-beautify/ilhdkahpmhggjagggfcblnjflgpgpgbd
简介 Beautify your complex sheet formulas
文件大小 307 KB
安装次数 323
当前版本 0.0.1
更新时间 2022-04-07
上架时间 2022-04-07
评分 4.67/5 共3次评分
开发者 unleashworkshq
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 3,
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "author": "Unleash Works",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "minimum_chrome_version": "88.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*"
    ]
}