WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Apps Script Libraries

Apps Script Libraries

View on Chrome Web Store
View Apps Script Libraries Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

This extension allows you to search for Apps Script libraries and install them directly from Apps Script IDE
Type
Extension
Users
242 users
11
Hassan Raza
View author page of Hassan Raza
Published
Published on October 5, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on December 25, 2024
productivity/developer
Extension Category
View on Chrome Web Store
View Apps Script Libraries 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",
    "description": "This extension allows you to search for Apps Script libraries and install them directly from Apps Script IDE",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Apps Script Libraries",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/script.google.com\/home",
                "https:\/\/script.google.com\/home\/*",
                "https:\/\/script.google.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "Downarrow.png"
            ],
            "matches": []
        }
    ]
}
© 2026 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