Copy URL

Extension for the correct copying of URL address.

Copy URLคืออะไร?

Copy URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexander.mospan.dev และคุณลักษณะหลักของมันคือ "Extension for the correct copying of URL address."

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

screenshot

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

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

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

                        Copy URL allows to copy URL addresses containing characters of national alphabets.                    

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

ชื่อ Copy URL Copy URL
ID mbhlgdoggkaokbjpdibodimjagkddggb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-url/mbhlgdoggkaokbjpdibodimjagkddggb
คำอธิบาย Extension for the correct copying of URL address.
ขนาดไฟล์ 28.21 KB
จำนวนการติดตั้ง 0
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-21
วันที่เผยแพร่ 2021-10-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alexander.mospan.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,ru,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "page_action": {
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_title": "__MSG_button_title__"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab"
    ],
    "short_name": "copyurl",
    "version": "1.0.0"
}