Text Snippets

Right click to quickly insert text snippets and save time with things like customer service and support through email or any website

What is Text Snippets?

Text Snippets is a Chrome extension developed by xcc, and its main feature is "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Extension Screenshots

screenshot

Download Text Snippets Extension CRX File

Download Text Snippets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save and quickly insert commonly used text snippets and templates by right clicking on text fields on any website. Useful for customer service, support, sales, or any communication online. 

Based on the Inserttext extension which stopped working and was never fixed.                    

Extension Basic Information

Name Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
Official URL https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Description Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
File Size 1.14 MB
Installation Count 6,828
Current Version 1.10
Last Updated 2018-03-26
Publish Date 2018-03-25
Rating 3.33/5 Total 21 Ratings
Developer xcc
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Snippets",
    "version": "1.10",
    "description": "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/store.js",
            "lib\/settings.js",
            "lib\/menu.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ]
}