Copylink

Click to copy the url of the current page to your clipboard

Copylinkคืออะไร?

Copylink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rgbstudios.org และคุณลักษณะหลักของมันคือ "Click to copy the url of the current page to your clipboard"

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

screenshot

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

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

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

                        Simply click the button to copy the address of the current website.

* Use copylink to quickly send, share, or save the url to a website.
* The address is also displayed in a little textbox.

Don't forget to rate and share! Enjoy! :)

V.1.3.0

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org/
[email protected]                    

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

ชื่อ Copylink Copylink
ID hmbglhnodfegeiemefjoejkkmncdobde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde
คำอธิบาย Click to copy the url of the current page to your clipboard
ขนาดไฟล์ 7.6 KB
จำนวนการติดตั้ง 362
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2019-12-03
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://rgbstudios.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copylink",
    "description": "Click to copy the url of the current page to your clipboard",
    "version": "1.3.0",
    "action": {
        "default_icon": "128_icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "128": "128_icon.png",
        "48": "48_icon.png",
        "16": "16_icon.png"
    }
}