Query-Rider

This extension allows you to append and modify Query Parameters in URL

Query-Riderคืออะไร?

Query-Rider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Satyam Mishra และคุณลักษณะหลักของมันคือ "This extension allows you to append and modify Query Parameters in URL"

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

screenshot
screenshot
screenshot

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

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

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

                        QueryRider is a lightweight browser extension which will ease your life if you deal with query parameters in your daily work. It allows you to add, modify, enable, disable or delete the query params through a little pop-up as you could see in the screenshots above. Just add the query params and hit reload!                    

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

ชื่อ Query-Rider Query-Rider
ID adgkhlljnhopgbbckknbdlkdgdajdkll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/query-rider/adgkhlljnhopgbbckknbdlkdgdajdkll
คำอธิบาย This extension allows you to append and modify Query Parameters in URL
ขนาดไฟล์ 11.67 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน mv3-beta
อัปเดตครั้งล่าสุด 2021-06-08
วันที่เผยแพร่ 2020-06-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Satyam Mishra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Query-Rider",
    "author": "Satyam Mishra",
    "description": "This extension allows you to append and modify Query Parameters in URL",
    "version": "1.1.0",
    "version_name": "mv3-beta",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "extension_icon.png"
    },
    "action": {
        "default_icon": "extension_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "Append\/Modify Query Params in URL"
}