WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sniple: Text Expander

Sniple: Text Expander

View on Chrome Web Store
View Sniple: Text Expander Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
3 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.

Simple text expansion for faster typing. Create abbreviations that expand into full text snippets anywhere on the web.
Type
Extension
Users
26 users
1
mattstaton
View author page of mattstaton
Published
Published on May 29, 2025
Version 1.1.3
Manifest version
3
Updated
Updated on July 2, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View Sniple: 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": "Sniple: Text Expander",
    "version": "1.1.3",
    "description": "Simple text expansion for faster typing. Create abbreviations that expand into full text snippets anywhere on the web.",
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "",
        "default_title": "Open Sniple"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sniple.html",
                "sniple.png",
                "test-review.html"
            ],
            "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