Add Query String To URL
This easy and lightweight extension can be used to add a query string to the any url.
Τι είναι το Add Query String To URL;
Το Add Query String To URL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iamraghvendrapathak, και η κύρια λειτουργία του είναι "This easy and lightweight extension can be used to add a query string to the any url.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add Query String To URL
Λήψη αρχείων επέκτασης Add Query String To URL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add Query String To URL |
ID | plakklnddafbgeodimojmfgneiadigkp |
Επίσημο URL | https://chromewebstore.google.com/detail/add-query-string-to-url/plakklnddafbgeodimojmfgneiadigkp |
Περιγραφή | This easy and lightweight extension can be used to add a query string to the any url. |
Μέγεθος Αρχείου | 7 KB |
Αριθμός Εγκαταστάσεων | 36 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2022-10-25 |
Ημερομηνία Δημοσίευσης | 2022-10-24 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | iamraghvendrapathak |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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": [ " |