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 là gì?

Text Snippets là một tiện ích mở rộng Chrome được phát triển bởi xcc, và tính năng chính của nó là "Right click to quickly insert text snippets and save time with things like customer service and support through email or any website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text Snippets

Tải xuống các tệp mở rộng Text Snippets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text Snippets Text Snippets
ID jggnilkehdabmihebipcodnnjoepllao
URL Chính Thức https://chromewebstore.google.com/detail/text-snippets/jggnilkehdabmihebipcodnnjoepllao
Mô tả Right click to quickly insert text snippets and save time with things like customer service and support through email or any website
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 6,828
Phiên Bản Hiện Tại 1.10
Cập Nhật Lần Cuối 2018-03-26
Ngày Phát Hành 2018-03-25
Đánh Giá 3.33/5 Tổng số 21 Đánh Giá
Nhà Phát Triển xcc
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}