WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Text Blaze: Templates and Snippets

Text Blaze: Templates and Snippets

View on Chrome Web Store
View Text Blaze: Templates and Snippets Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (1,545 ratings)
1 new ratings
8 views
This extension has been viewed 8 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.

Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!
Type
Extension
Users
600,000 users
100K
Blaze Today
View author page of Blaze Today
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 20, 2016
Version 3.1.23
Manifest version
3
Updated
Updated on May 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Text Blaze: Templates and Snippets 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": "Text Blaze: Templates and Snippets",
    "description": "Create smart text expansions to get more done and streamline your work. Billions of keystrokes saved!",
    "version": "3.1.23",
    "minimum_chrome_version": "130",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "96": "images\/icon_96.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Text Blaze"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/widget.js",
                "js\/inPageNotifier.js",
                "js\/contentScript.js"
            ],
            "match_origin_as_fallback": true,
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "sandbox": {
        "pages": [
            "html\/sandbox.html",
            "html\/formLoader.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/tbremapper.js",
                "images\/icon_128.png",
                "images\/icon_128_white_bottom.png",
                "images\/bg.svg",
                "css\/widget.css",
                "css\/picker.css",
                "css\/notifier.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "omnibox": {
        "keyword": "tb"
    },
    "offline_enabled": true,
    "homepage_url": "https:\/\/blaze.today",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.blaze.today\/*",
            "https:\/\/blaze.today\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQOuCJ85+1t\/o4\/lGxd280D0zm5QzzRPbD\/JbQA\/PSg3PlunrlhzgT6afC79nLZ4mGGlhFT\/xxC8xELw4ubYofFEtnbBHf6F6bd+vFgzN4mVxBGIsZr4t5whWcdnY+WgsXh5Xvuz14ou8TCbuEYNPOkJFxrrb\/LlzHRXrVFWWsHipkz4\/f9pG1TFYbecLrQBsK4wqVuENtTvXOY1q+7SVqZK007LHCg3naWU0fHR6cN2XFhL2+Ba7eCPN+HhSdBJCKEW7bQaH0dI6wyK0mHAXkgCn8K36mEXT\/OduiWwW\/UIbbEQKuhu5seG99YJYZ1pNUcMpbGg09+VroaKCDiZAwIDAQAB",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            }
        }
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-popups-to-escape-sandbox; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}
© 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