云 Proxy
云 Proxy For Developer
ما هو 云 Proxy؟
云 Proxy هو إضافة Chrome تم تطويرها بواسطة cloud-ide، والميزة الرئيسية لها هي "云 Proxy For Developer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 云 Proxy
قم بتنزيل ملفات الامتداد 云 Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
鲲鹏云原生研发工作台 -- 云 Proxy。开发者可以在云端配置自己的 Proxy 配置,从而实现与其他线上开发工具的无缝联动。 معلومات أساسية عن التمديد
| الاسم | |
| ID | mdinehaiipnjeneljiiddampcnoodkfj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/%E4%BA%91-proxy/mdinehaiipnjeneljiiddampcnoodkfj |
| الوصف | 云 Proxy For Developer |
| حجم الملف | 277 KB |
| عدد التثبيتات | 59 |
| النسخة الحالية | 0.0.17 |
| آخر تحديث | 2022-03-25 |
| تاريخ النشر | 2020-06-10 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | cloud-ide |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.0.17",
"short_name": "cloud-proxy",
"name": "\u4e91 Proxy",
"description": "\u4e91 Proxy For Developer",
"browser_action": {
"default_title": "\u4e91 Proxy",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.bundle.js"
],
"persistent": true
},
"permissions": [
"proxy",
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.alibaba-inc.com\/*",
"http:\/\/*.alibaba-inc.com\/*"
],
"js": [
"contentScript.bundle.js"
]
}
],
"icons": {
"128": "icon.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |