Text Snippets

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

O que é Text Snippets?

Text Snippets é uma extensão do Chrome desenvolvida por xcc, e sua principal característica é "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text Snippets

Baixe arquivos de extensão Text Snippets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
URL Oficial https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Descrição Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 6,828
Versão Atual 1.10
Última Atualização 2018-03-26
Data de Publicação 2018-03-25
Classificação 3.33/5 Total de 21 Avaliações
Desenvolvedor xcc
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}