Query params

Provides a user interface to read/write URL query parameters for the currently active tab.

ما هو Query params؟

Query params هو إضافة Chrome تم تطويرها بواسطة oliverjash، والميزة الرئيسية لها هي "Provides a user interface to read/write URL query parameters for the currently active tab.".

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

screenshot

تحميل ملف CRX للإضافة Query params

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

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

                        Provides a user interface to read/write URL query parameters for the currently active tab.                    

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

الاسم Query params Query params
ID jgacgeahnbmkhdhldifidddbkneahmal
عنوان URL الرسمي https://chromewebstore.google.com/detail/query-params/jgacgeahnbmkhdhldifidddbkneahmal
الوصف Provides a user interface to read/write URL query parameters for the currently active tab.
حجم الملف 85.04 KB
عدد التثبيتات 942
النسخة الحالية 0.0.8
آخر تحديث 2020-07-07
تاريخ النشر 2020-07-07
تقييم 5.00/5 مجموع تقييمات 2
المطور oliverjash
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/OliverJAsh/chrome-query-params
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Query params",
    "description": "Provides a user interface to read\/write URL query parameters for the currently active tab.",
    "version": "0.0.8",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Command+Shift+P",
                "windows": "Ctrl+Shift+P"
            }
        }
    },
    "icons": {
        "128": "icon.png"
    }
}