WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Easyfill: Text Expander and Snippet Manager

Easyfill: Text Expander and Snippet Manager

View on Chrome Web Store
View Easyfill: Text Expander and Snippet Manager Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
1 new 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.

Quickly insert saved text snippets anywhere on the web, reducing the need for repetitive typing.
Type
Extension
Users
297 users
2
Abijith Vasanthakumar
View author page of Abijith Vasanthakumar
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 4, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on February 16, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Easyfill: Text Expander and Snippet Manager 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": "Easyfill: Text Expander and Snippet Manager",
    "description": "Quickly insert saved text snippets anywhere on the web, reducing the need for repetitive typing.",
    "version": "1.0.4",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "commands": {
        "wxt:reload-extension": {
            "description": "Reload the extension during development",
            "suggested_key": {
                "default": "Alt+R"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "replace_sound.mp3"
            ],
            "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