Add Query String To URL
This easy and lightweight extension can be used to add a query string to the any url.
Vad är Add Query String To URL?
Add Query String To URL är en Chrome-tillägg utvecklad av iamraghvendrapathak, och dess huvudfunktion är "This easy and lightweight extension can be used to add a query string to the any url.".
Tilläggsskärmbilder
Ladda ner Add Query String To URL-förlängningens CRX-fil
Ladda ner Add Query String To URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | plakklnddafbgeodimojmfgneiadigkp |
| Officiell webbadress | https://chromewebstore.google.com/detail/add-query-string-to-url/plakklnddafbgeodimojmfgneiadigkp |
| Beskrivning | This easy and lightweight extension can be used to add a query string to the any url. |
| Filstorlek | 7 KB |
| Antal Installationer | 36 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2022-10-25 |
| Publiceringsdatum | 2022-10-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | iamraghvendrapathak |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": [
" | |