WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pro Text Expander

Pro Text Expander

View on Chrome Web Store
View Pro Text Expander Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

A modern text expander with configurable triggers, search, and advanced formatting.
Type
Extension
Users
34 users
2
hayrapetiaana
View author page of hayrapetiaana
Published
Published on July 20, 2025
Version 7.5.5.8
Manifest version
3
Updated
Updated on January 1, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Pro Text Expander 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",
    "manifest_version": 3,
    "name": "Pro Text Expander",
    "version": "7.5.5.8",
    "description": "A modern text expander with configurable triggers, search, and advanced formatting.",
    "permissions": [
        "storage",
        "activeTab",
        "downloads",
        "contextMenus",
        "identity",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "toggle-search": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "Command+Space"
            },
            "description": "Open snippet search"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "search-modal.css",
                "suggestion_popup.css",
                "content-modals.css",
                "project-text-modal.css",
                "missing-word-modal.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/www.youtube.com https:\/\/s.ytimg.com; child-src 'self' https:\/\/www.youtube.com https:\/\/www.youtube-nocookie.com;"
    },
    "oauth2": {
        "client_id": "643166447936-5o86sdnjd0hdcnvvemm5ru390pbns9p7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}
© 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