Easy URL Editor

This is a tool for web developers. It makes editing URL parameters for long URLs much easier.

Easy URL Editorคืออะไร?

Easy URL Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Radovan Pelka (Rado) และคุณลักษณะหลักของมันคือ "This is a tool for web developers. It makes editing URL parameters for long URLs much easier."

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

screenshot

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

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

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

                        You can use this tool to view each URL param, add new or delete existing ones.                    

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

ชื่อ Easy URL Editor Easy URL Editor
ID kojpdadnbbicdfgfadonheclfpcjpiah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah
คำอธิบาย This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
ขนาดไฟล์ 207 KB
จำนวนการติดตั้ง 1,155
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-11-21
วันที่เผยแพร่ 2019-11-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Radovan Pelka (Rado)
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy URL Editor",
    "version": "2.1",
    "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Easy URL Editor",
        "default_popup": "index.html",
        "default_icon": "images\/icon-128.png"
    },
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}