CopyURL

Copy the URL and title of the active page.

CopyURLคืออะไร?

CopyURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hiroyuki.komatsu และคุณลักษณะหลักของมันคือ "Copy the URL and title of the active page."

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

screenshot

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

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

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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

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

ชื่อ CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
คำอธิบาย Copy the URL and title of the active page.
ขนาดไฟล์ 7.09 KB
จำนวนการติดตั้ง 167
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2020-06-21
ผู้พัฒนา hiroyuki.komatsu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hiroyuki-komatsu/copyurl
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}