URL Params Editor

A tool of editing URL parameters.

URL Params Editorคืออะไร?

URL Params Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Z. W. และคุณลักษณะหลักของมันคือ "A tool of editing URL parameters."

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

screenshot

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

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

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

                        This is a tool for web developers. It makes editing URL parameters for long URLs much easier. You can use this tool to view each URL param, add new or delete existing ones.                    

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

ชื่อ URL Params Editor URL Params Editor
ID kgnbnbifdjcokgodkgjliaegpollgafa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-params-editor/kgnbnbifdjcokgodkgjliaegpollgafa
คำอธิบาย A tool of editing URL parameters.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 2,106
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2019-12-28
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Z. W.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Params Editor",
    "version": "2.2",
    "author": "Zijar W.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "description": "A tool of editing URL parameters.",
    "icons": {
        "48": "icons\/url_params_editor_48.png",
        "96": "icons\/url_params_editor_96.png",
        "512": "icons\/url_params_editor_512.png"
    },
    "action": {
        "browser_style": true,
        "default_icon": "icons\/url_params_editor_512.png",
        "default_title": "URL Params Editor",
        "default_popup": "popup\/parameters.html",
        "theme_icons": [
            {
                "light": "icons\/url_params_editor-light.svg",
                "dark": "icons\/url_params_editor.svg",
                "size": 32
            }
        ]
    }
}