Query-Rider

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

Query-Rider là gì?

Query-Rider là một tiện ích mở rộng Chrome được phát triển bởi Satyam Mishra, và tính năng chính của nó là "This extension allows you to append and modify Query Parameters in URL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Query-Rider

Tải xuống các tệp mở rộng Query-Rider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Query-Rider Query-Rider
ID adgkhlljnhopgbbckknbdlkdgdajdkll
URL Chính Thức https://chromewebstore.google.com/detail/query-rider/adgkhlljnhopgbbckknbdlkdgdajdkll
Mô tả This extension allows you to append and modify Query Parameters in URL
Kích Thước Tệp 11.67 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại mv3-beta
Cập Nhật Lần Cuối 2021-06-08
Ngày Phát Hành 2020-06-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Satyam Mishra
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}