WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GAS Prettier + AI Completion

GAS Prettier + AI Completion

View on Chrome Web Store
View GAS Prettier + AI Completion Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Google Apps Script Prettier Formatter Chrome Extention with AI Completion
Type
Extension
Users
577 users
8
saffiullahfahim
View author page of saffiullahfahim
Published
Published on April 3, 2024
Version 1.2.3
Manifest version
3
Updated
Updated on January 29, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View GAS Prettier + AI Completion Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GAS Prettier + AI Completion",
    "description": "Google Apps Script Prettier Formatter Chrome Extention with AI Completion",
    "version": "1.2.3",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/labs.perplexity.ai\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/script.google.com\/*"
            ],
            "js": [
                "src\/lib\/prettier\/standalone.js",
                "src\/lib\/prettier\/parser-babel.js",
                "src\/lib\/prettier\/parser-html.js",
                "src\/loadScript.js"
            ],
            "css": [
                "src\/style.css"
            ],
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/labs.perplexity.ai\/"
            ],
            "js": [
                "src\/lib\/socket.io\/index.min.js",
                "src\/pplxLoad.js"
            ],
            "world": "MAIN",
            "all_frames": true
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top