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
官方網址 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"
    ]
}