Query-Rider

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

Wat is Query-Rider?

Query-Rider is een Chrome-extensie ontwikkeld door Satyam Mishra, en de belangrijkste functie is "This extension allows you to append and modify Query Parameters in URL".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Query-Rider

Download Query-Rider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Query-Rider Query-Rider
ID adgkhlljnhopgbbckknbdlkdgdajdkll
Officiële URL https://chromewebstore.google.com/detail/query-rider/adgkhlljnhopgbbckknbdlkdgdajdkll
Beschrijving This extension allows you to append and modify Query Parameters in URL
Bestandsgrootte 11.67 KB
Aantal Installaties 27
Huidige Versie mv3-beta
Laatst Bijgewerkt 2021-06-08
Publicatiedatum 2020-06-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Satyam Mishra
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}