云 Proxy
云 Proxy For Developer
What is 云 Proxy?
云 Proxy is a Chrome extension developed by cloud-ide, and its main feature is "云 Proxy For Developer".
Extension Screenshots
Download 云 Proxy Extension CRX File
Download 云 Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
鲲鹏云原生研发工作台 -- 云 Proxy。开发者可以在云端配置自己的 Proxy 配置,从而实现与其他线上开发工具的无缝联动。 Extension Basic Information
| Name | |
| ID | mdinehaiipnjeneljiiddampcnoodkfj |
| Official URL | https://chromewebstore.google.com/detail/%E4%BA%91-proxy/mdinehaiipnjeneljiiddampcnoodkfj |
| Description | 云 Proxy For Developer |
| File Size | 277 KB |
| Installation Count | 59 |
| Current Version | 0.0.17 |
| Last Updated | 2022-03-25 |
| Publish Date | 2020-06-10 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | cloud-ide |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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'"
} | |