Text Snippets

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

什么是Text Snippets?

Text Snippets是由xcc开发的Chrome扩展程序,该扩展的主要功能是“Right click to quickly insert text snippets and save time with things like customer service and support through email or any website”。

扩展截图

screenshot

下载Text Snippets扩展crx文件

下载Text Snippets扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
官方URL https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
简介 Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
文件大小 1.14 MB
安装次数 6,828
当前版本 1.10
更新时间 2018-03-26
上架时间 2018-03-25
评分 3.33/5 共21次评分
开发者 xcc
付费类型 free
支持的语言 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"
    ]
}