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

Smart Text Expander

View on Chrome Web Store
View Smart Text Expander Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (7 ratings)
1 new 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.

Expand your short text with long descriptive text quickly with help of this Smart Text Expander extension
Type
Extension
Users
1,000 users
5
Softpulse Infotech
View author page of Softpulse Infotech
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 14, 2021
Version 1.0.10
Manifest version
3
Updated
Updated on March 31, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Smart 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",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon\/icon32.png",
        "default_title": "__MSG_appName__"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content_script.js",
                "js\/position-calculator.min.js"
            ],
            "match_about_blank": true,
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "version": "1.0.10"
}
© 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