Copy Link

Chrome extension to copy the link of the current page.

Copy Linkคืออะไร?

Copy Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chick307 และคุณลักษณะหลักของมันคือ "Chrome extension to copy the link of the current page."

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

screenshot

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

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

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

                        This extension helps you to copy the link of the current page.                    

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

ชื่อ Copy Link Copy Link
ID odhbmnlhdmbcacdoopohcddanplmmljd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd
คำอธิบาย Chrome extension to copy the link of the current page.
ขนาดไฟล์ 67.58 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-08-03
วันที่เผยแพร่ 2020-02-09
ผู้พัฒนา chick307
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Link",
    "version": "1.2.0",
    "description": "Chrome extension to copy the link of the current page.",
    "browser_action": {
        "default_icon": {
            "32": "assets\/images\/browser-action-32.png",
            "64": "assets\/images\/browser-action-64.png"
        },
        "default_popup": "views\/popup.html",
        "default_title": "Copy Link"
    },
    "content_security_policy": "default-src 'self'",
    "icons": {
        "64": "assets\/images\/icon-64.png",
        "128": "assets\/images\/icon-128.png"
    },
    "minimum_chrome_version": "79",
    "permissions": [
        "activeTab"
    ]
}