QuickText

QuickText allows you to simply paste predefined texts into text fields.

QuickTextคืออะไร?

QuickText เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pixiz.com และคุณลักษณะหลักของมันคือ "QuickText allows you to simply paste predefined texts into text fields."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuickText

ดาวน์โหลดไฟล์ส่วนขยาย QuickText ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        QuickText allows you to simply paste predefined texts into text fields.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QuickText QuickText
ID neflkikppleikkghgjheajjpdjaihlch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch
คำอธิบาย QuickText allows you to simply paste predefined texts into text fields.
ขนาดไฟล์ 27.11 KB
จำนวนการติดตั้ง 1,181
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2020-05-04
วันที่เผยแพร่ 2020-05-03
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.pixiz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickText",
    "short_name": "QuickText",
    "version": "0.8",
    "author": "Dady",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}