URL Query Editor
Add and edit URL query parameters more easily.
ما هو URL Query Editor؟
URL Query Editor هو إضافة Chrome تم تطويرها بواسطة Arthur Liao، والميزة الرئيسية لها هي "Add and edit URL query parameters more easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Query Editor
قم بتنزيل ملفات الامتداد URL Query Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you to add and edit URL query parameters more easily. Autocomplete is enabled to facilitate parameter input. You may configure the autocomplete suggestion list in the options page. Default shortcut key: - MacOS: Command + U - Windows: ALT + U Issues: - TAB does not work initially on Windows. This is a Chrome regression (chromium issue 122352). Version 1.0.2 (5/27/2013) - Fix TAB focus issue on Mac Version 1.0 (5/26/2013) - Initial release
معلومات أساسية عن التمديد
الاسم | URL Query Editor |
ID | kapcngknfepfobkbinmkdakbjobieoam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/url-query-editor/kapcngknfepfobkbinmkdakbjobieoam |
الوصف | Add and edit URL query parameters more easily. |
حجم الملف | 108 KB |
عدد التثبيتات | 1,280 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2013-05-28 |
تاريخ النشر | 2013-05-27 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | Arthur Liao |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Query Editor", "description": "Add and edit URL query parameters more easily.", "version": "1.0.2", "permissions": [ "storage", "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+U", "mac": "Command+U" } } }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon38.png", "default_popup": "popup.html" } } |