Enable Copy

Enables Copy option which was disabled with CSS

Enable Copy คืออะไร?

Enable Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parveen Sharma และคุณลักษณะหลักของมันคือ "Enables Copy option which was disabled with CSS"

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

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

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

                        This Extension Re-Enables Copy or Selection of Text from Webpages which Disables these options using CSS.                    

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

ชื่อ Enable Copy Enable Copy
ID gmcchhpbifhgejjcndloaeilbfpojkne
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enable-copy/gmcchhpbifhgejjcndloaeilbfpojkne
คำอธิบาย Enables Copy option which was disabled with CSS
ขนาดไฟล์ 32.98 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-08-13
วันที่เผยแพร่ 2017-08-13
ผู้พัฒนา Parveen Sharma
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy ",
    "version": "1.2",
    "description": "Enables Copy option which was disabled with CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "fun.js"
            ]
        }
    ],
    "manifest_version": 2
}