Edit URL
Easily edit a URL.
ما هو Edit URL؟
Edit URL هو إضافة Chrome تم تطويرها بواسطة varunl، والميزة الرئيسية لها هي "Easily edit a URL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit URL
قم بتنزيل ملفات الامتداد Edit URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name.
This extension lays out all the parameters names in a pretty format, so it's easy to modify them. معلومات أساسية عن التمديد
| الاسم | |
| ID | gjddnlipighelnjodhlhhngpinoppkid |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid |
| الوصف | Easily edit a URL. |
| حجم الملف | 121 KB |
| عدد التثبيتات | 904 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2013-05-12 |
| تاريخ النشر | 2013-05-12 |
| تقييم | 4.71/5 مجموع تقييمات 7 |
| المطور | varunl |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Edit URL",
"description": "Easily edit a URL.",
"version": "1.1",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "popup.html"
}
} | |