云 Proxy

云 Proxy For Developer

Apa itu 云 Proxy?

云 Proxy adalah ekstensi Chrome yang dikembangkan oleh cloud-ide, dan fitur utamanya adalah "云 Proxy For Developer".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 云 Proxy

Unduh file ekstensi 云 Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        鲲鹏云原生研发工作台 -- 云 Proxy。开发者可以在云端配置自己的 Proxy 配置,从而实现与其他线上开发工具的无缝联动。                    

Informasi Dasar Ekstensi

Nama 云 Proxy 云 Proxy
ID mdinehaiipnjeneljiiddampcnoodkfj
URL Resmi https://chromewebstore.google.com/detail/%E4%BA%91-proxy/mdinehaiipnjeneljiiddampcnoodkfj
Deskripsi 云 Proxy For Developer
Ukuran File 277 KB
Jumlah Instalasi 59
Versi Saat Ini 0.0.17
Terakhir Diperbarui 2022-03-25
Tanggal Publikasi 2020-06-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang cloud-ide
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}