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"
    ]
}