Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

Let Me Copyคืออะไร?

Let Me Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย debugger และคุณลักษณะหลักของมันคือ "Extension to allow copy text from websites where doesn't allow us to copy their content"

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

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

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

                                            

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

ชื่อ Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
คำอธิบาย Extension to allow copy text from websites where doesn't allow us to copy their content
ขนาดไฟล์ 7.86 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-20
วันที่เผยแพร่ 2018-03-20
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา debugger
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}