Add Query String To URL
This easy and lightweight extension can be used to add a query string to the any url.
Hvad er Add Query String To URL?
Add Query String To URL er en Chrome-udvidelse udviklet af iamraghvendrapathak, og dens hovedfunktion er "This easy and lightweight extension can be used to add a query string to the any url.".
Udvidelsesskærmbilleder
Download Add Query String To URL-udvidelses-CRX-fil
Download Add Query String To URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Tired of adding query string to the url? This easy and lightweight extension helps you to add a query string to any url. All you need is to turn on the toggle. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | plakklnddafbgeodimojmfgneiadigkp |
| Officiel URL | https://chromewebstore.google.com/detail/add-query-string-to-url/plakklnddafbgeodimojmfgneiadigkp |
| Beskrivelse | This easy and lightweight extension can be used to add a query string to the any url. |
| Filstørrelse | 7 KB |
| Antal Installationer | 36 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2022-10-25 |
| Udgivelsesdato | 2022-10-24 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | iamraghvendrapathak |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Raghvendra Pathak",
"name": "Add Query String To URL",
"short_name": "AQSTU",
"description": "This easy and lightweight extension can be used to add a query string to the any url.",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Add Query String To URL"
},
"icons": {
"48": "icon.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
" | |