Formula Beautify
Beautify your complex sheet formulas
Formula Beautify क्या है?
Formula Beautify unleashworkshq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautify your complex sheet formulas"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Formula Beautify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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\/*" ] } |