WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Korte: Smart Text Expander with AI

Korte: Smart Text Expander with AI

View on Chrome Web Store
View Korte: Smart Text Expander with AI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Korte AI: Smart text expander for reusable snippets and AI responses. Boost productivity with dynamic templates anywhere.
Type
Extension
Users
7 users
1
Korte
View author page of Korte
Published
Published on January 15, 2026
Version 1.0.3
Manifest version
3
Updated
Updated on February 23, 2026
productivity/communication
Extension Category
View on Chrome Web Store
View Korte: Smart Text Expander with AI 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,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Korte"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_cmdOpen__"
        },
        "create-snippet": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_cmdCreateSnippet__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "assets\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "success.html",
                "cancel.html",
                "assets\/pdf.worker.min.mjs"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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