QueryParam

Chrome extension to add action buttons by adding query parameters to the url

ما هو QueryParam؟

QueryParam هو إضافة Chrome تم تطويرها بواسطة https://raturi.in، والميزة الرئيسية لها هي "Chrome extension to add action buttons by adding query parameters to the url".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة QueryParam

قم بتنزيل ملفات الامتداد QueryParam بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension can be useful if your are tired of changing url by adding query parameters again and again.

For example:
You have a website (raturi.in) and there is a query parameter mob=false i.e., raturi.in/ ?mob=false , that is used to render a mobile site. So everytime you have to modify your url mob=false and mob=true. Imagine if you have 10 or 20 or more, is not this a head ache to change the parameters everytime to render a different page.  If you are having a similar kind of problem or is related than this extension is for you.

Using this you can create action button for a particular set of url parameters. Now whenever you need to change query parameters instead of doing it manually you can click on action buttons.                    

معلومات أساسية عن التمديد

الاسم QueryParam QueryParam
ID debkbpaaeaocgianodbgghkhkjjlclhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg
الوصف Chrome extension to add action buttons by adding query parameters to the url
حجم الملف 43.51 KB
عدد التثبيتات 622
النسخة الحالية 1.01
آخر تحديث 2021-04-26
تاريخ النشر 2020-04-24
تقييم 5.00/5 مجموع تقييمات 1
المطور https://raturi.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://raturi.in/blog/queryparam-chrome-extension-tutorial/
عنوان صفحة المساعدة https://raturi.in/hire/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QueryParam",
    "version": "1.01",
    "description": "Chrome extension to add action buttons by adding query parameters to the url",
    "author": "Ayush Katiyar, Nitin Raturi",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "QueryParam"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}