Formula Beautify
Beautify your complex sheet formulas
什麼是Formula Beautify?
Formula Beautify是由unleashworkshq開發的Chrome擴展程式,該擴展的主要功能是“Beautify your complex sheet formulas”。
擴展截圖
下載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 |
ID | ilhdkahpmhggjagggfcblnjflgpgpgbd |
官方網址 | 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\/*" ] } |