Auto Copy Paste Text

Automatically copy text and paste text without formatting

Auto Copy Paste Textคืออะไร?

Auto Copy Paste Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mzzlillieee และคุณลักษณะหลักของมันคือ "Automatically copy text and paste text without formatting"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Copy Paste Text

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

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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

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

ชื่อ Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
คำอธิบาย Automatically copy text and paste text without formatting
ขนาดไฟล์ 5.4 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2020-03-11
วันที่เผยแพร่ 2020-03-11
คะแนน 3.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา mzzlillieee
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}