Copy Some Text from Link

"Don't drag the link. Let me copy."

Copy Some Text from Linkคืออะไร?

Copy Some Text from Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spoilerline.com และคุณลักษณะหลักของมันคือ ""Don't drag the link. Let me copy.""

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

screenshot

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

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

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

                        Features
・Can copy a part of the text in the link.

   As default, when you try to select a link text from the middle, it just drags. If you want to copy a part of the text, you need to press Alt key. 
   But this extension enables selecting from the middle, without using Alt key.                    

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

ชื่อ Copy Some Text from Link Copy Some Text from Link
ID plnmaabidbjpiacpgncdeejfnddebibe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-some-text-from-link/plnmaabidbjpiacpgncdeejfnddebibe
คำอธิบาย "Don't drag the link. Let me copy."
ขนาดไฟล์ 14.2 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2022-12-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา spoilerline.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "2.0.0",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/copyLinkText16.png",
        "48": "icons\/copyLinkText48.png",
        "128": "icons\/copyLinkText128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript.ts-loader-7abc4eec.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_Name__"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/contentScript.ts-beade32b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}