Query Parameters Editor

Quickly edit a url's query parameters

Query Parameters Editorคืออะไร?

Query Parameters Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Hackford และคุณลักษณะหลักของมันคือ "Quickly edit a url's query parameters"

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

screenshot

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

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

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

                        Tool to edit a url's query parameters more efficiently with a table of values. Save and load preset combinations of parameters that you use often.                    

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

ชื่อ Query Parameters Editor Query Parameters Editor
ID eacglgacamfoclhibdlpdfnjkfekamol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/query-parameters-editor/eacglgacamfoclhibdlpdfnjkfekamol
คำอธิบาย Quickly edit a url's query parameters
ขนาดไฟล์ 57.72 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-12
วันที่เผยแพร่ 2021-10-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nick Hackford
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query Parameters Editor",
    "version": "1.0.0",
    "description": "Quickly edit a url's query parameters",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persisent": false
    },
    "page_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "images\/query-params16.png",
            "32": "images\/query-params32.png",
            "48": "images\/query-params48.png",
            "128": "images\/query-params128.png"
        }
    },
    "icons": {
        "16": "images\/query-params16.png",
        "32": "images\/query-params32.png",
        "48": "images\/query-params48.png",
        "128": "images\/query-params128.png"
    },
    "manifest_version": 2
}