URL Converter for Devs
A chrome extension to convert current url using the provided regex
ما هو URL Converter for Devs؟
URL Converter for Devs هو إضافة Chrome تم تطويرها بواسطة Yu Zhou، والميزة الرئيسية لها هي "A chrome extension to convert current url using the provided regex".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Converter for Devs
قم بتنزيل ملفات الامتداد URL Converter for Devs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a chrome extension to convert current url using the provided regex. The most common use is to convert production url into development/local url for testing
معلومات أساسية عن التمديد
الاسم | |
ID | foajooinlbbhjdmolphogmadmnfllfhb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
الوصف | A chrome extension to convert current url using the provided regex |
حجم الملف | 8.32 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-11-11 |
تاريخ النشر | 2018-11-11 |
المطور | Yu Zhou |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Converter for Devs", "version": "1.0.0", "description": "A chrome extension to convert current url using the provided regex", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "notifications", "contextMenus" ] } |