Text Snippets

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

Apa itu Text Snippets?

Text Snippets adalah ekstensi Chrome yang dikembangkan oleh xcc, dan fitur utamanya adalah "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text Snippets

Unduh file ekstensi Text Snippets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
URL Resmi https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Deskripsi Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
Ukuran File 1.14 MB
Jumlah Instalasi 6,828
Versi Saat Ini 1.10
Terakhir Diperbarui 2018-03-26
Tanggal Publikasi 2018-03-25
Penilaian 3.33/5 Total 21 Penilaian
Pengembang xcc
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}