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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xcc, και η κύρια λειτουργία του είναι "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Text Snippets

Λήψη αρχείων επέκτασης 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"
    ]
}