WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TextForge - Text Expansion & Automation

TextForge - Text Expansion & Automation

View on Chrome Web Store
View TextForge - Text Expansion & Automation Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
7 views
This extension has been viewed 7 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.

Offline-first text expansion. Create shortcuts that expand into snippets with placeholders and variables.
Type
Extension
Users
1 users
1
alienhub
View author page of alienhub
Published
Published on January 29, 2026
Version 1.0.1
Manifest version
3
Updated
Updated on February 18, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View TextForge - Text Expansion & Automation 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": "TextForge - Text Expansion & Automation",
    "version": "1.0.1",
    "description": "Offline-first text expansion. Create shortcuts that expand into snippets with placeholders and variables.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TextForge"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "commands": {
        "toggle_expansion": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle text expansion on\/off"
        },
        "open_manager": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            },
            "description": "Open snippet manager"
        },
        "search_snippets": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Search snippets"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88",
    "options_page": "options.html",
    "omnibox": {
        "keyword": "tf"
    }
}
© 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