EditURL

Allow to edit decoded GET parameters on current page

ما هو EditURL؟

EditURL هو إضافة Chrome تم تطويرها بواسطة lukyanov، والميزة الرئيسية لها هي "Allow to edit decoded GET parameters on current page".

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

screenshot

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

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

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

                        This extension allows you to edit GET parameters on any page.
It automatically decodes and encodes GET parameters for you.

For example url http://example.com/calc?set_var=x%3D3&expression=x%2B2#result
can be edited as:

  location:
    http://example.com/calc

  ?parameters:
    set_vat =    x=3
    expression =    x+2

  #hash:
    result                    

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

الاسم EditURL EditURL
ID oonajjdihojcjhmmalicajeepammcooi
عنوان URL الرسمي https://chromewebstore.google.com/detail/editurl/oonajjdihojcjhmmalicajeepammcooi
الوصف Allow to edit decoded GET parameters on current page
حجم الملف 9.3 KB
عدد التثبيتات 404
النسخة الحالية 1.1
آخر تحديث 2013-09-12
تاريخ النشر 2013-09-12
تقييم 5.00/5 مجموع تقييمات 7
المطور lukyanov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EditURL",
    "description": "Allow to edit decoded GET parameters on current page",
    "version": "1.1",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Edit",
        "default_icon": "48x48.png",
        "default_popup": "popup.html"
    }
}