Text Snippets

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

Co je Text Snippets?

Text Snippets je rozšíření Chrome vyvinuté xcc, a jeho hlavní funkcí je „Right click to quickly insert text snippets and save time with things like customer service and support through email or any website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Text Snippets

Stáhněte si soubory rozšíření Text Snippets ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
Oficiální URL https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Popis Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
Velikost souboru 1.14 MB
Počet instalací 6,828
Aktuální Verze 1.10
Poslední Aktualizace 2018-03-26
Datum Vydání 2018-03-25
Hodnocení 3.33/5 Celkem 21 Hodnocení
Vývojář xcc
Typ Platby free
Podporované Jazyky 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"
    ]
}