Text Snippets

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

Qu'est-ce que Text Snippets ?

Text Snippets est une extension Chrome développée par xcc, et sa fonction principale est "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text Snippets

Téléchargez les fichiers d'extension Text Snippets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
URL Officiel 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
Taille du Fichier 1.14 MB
Nombre d'Installations 6,828
Version Actuelle 1.10
Dernière Mise à Jour 2018-03-26
Date de Publication 2018-03-25
Évaluation 3.33/5 Total 21 Évaluations
Développeur xcc
Type de Paiement free
Langues Prises en Charge 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"
    ]
}