Combine URL

Combines url parts

Combine URLคืออะไร?

Combine URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kostoski.com และคุณลักษณะหลักของมันคือ "Combines url parts"

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

screenshot

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

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

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

                        Extension that combines URL parts in order to help you easily access full URL address.                    

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

ชื่อ Combine URL Combine URL
ID lnmkibhfmgahenghonphjlepcdbdjpon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/combine-url/lnmkibhfmgahenghonphjlepcdbdjpon
คำอธิบาย Combines url parts
ขนาดไฟล์ 8.36 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2019-04-12
ผู้พัฒนา https://kostoski.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kostoski.com/
URL หน้าช่วยเหลือ https://kostoski.com/
URL หน้านโยบายความเป็นส่วนตัว https://kostoski.com/privacypolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Combine URL",
    "description": "Combines url parts",
    "version": "2.2",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Combines url parts"
        }
    }
}