Easy URL Editor
This is a tool for web developers. It makes editing URL parameters for long URLs much easier.
ما هو Easy URL Editor؟
Easy URL Editor هو إضافة Chrome تم تطويرها بواسطة Radovan Pelka (Rado)، والميزة الرئيسية لها هي "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy URL Editor
قم بتنزيل ملفات الامتداد Easy URL Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can use this tool to view each URL param, add new or delete existing ones.
معلومات أساسية عن التمديد
الاسم | Easy URL Editor |
ID | kojpdadnbbicdfgfadonheclfpcjpiah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-url-editor/kojpdadnbbicdfgfadonheclfpcjpiah |
الوصف | This is a tool for web developers. It makes editing URL parameters for long URLs much easier. |
حجم الملف | 207 KB |
عدد التثبيتات | 1,155 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-11-21 |
تاريخ النشر | 2019-11-16 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Radovan Pelka (Rado) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy URL Editor", "version": "2.1", "description": "This is a tool for web developers. It makes editing URL parameters for long URLs much easier.", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Easy URL Editor", "default_popup": "index.html", "default_icon": "images\/icon-128.png" }, "icons": { "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |