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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}