Easy Copy Text

EasyCopyText

Easy Copy Textคืออะไร?

Easy Copy Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monik.182 และคุณลักษณะหลักของมันคือ "EasyCopyText"

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

screenshot

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

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

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

                        Copy highlighted text from your browser and keep it in a clipboard to easy access.                    

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

ชื่อ Easy Copy Text Easy Copy Text
ID iajaabbmcegelbafniboablmlmiohogh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-copy-text/iajaabbmcegelbafniboablmlmiohogh
คำอธิบาย EasyCopyText
ขนาดไฟล์ 11.8 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-10-22
วันที่เผยแพร่ 2020-10-22
ผู้พัฒนา monik.182
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Copy Text",
    "version": "1.0",
    "description": "EasyCopyText",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "store.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons8-copy-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "store.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "author": "Monica Carvajal"
}