云 Proxy
云 Proxy For Developer
Cos'è 云 Proxy?
云 Proxy è un'estensione di Chrome sviluppata da cloud-ide, e la sua funzione principale è "云 Proxy For Developer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 云 Proxy
Scarica i file di estensione 云 Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
鲲鹏云原生研发工作台 -- 云 Proxy。开发者可以在云端配置自己的 Proxy 配置,从而实现与其他线上开发工具的无缝联动。 Informazioni di Base sull'Estensione
| Nome | |
| ID | mdinehaiipnjeneljiiddampcnoodkfj |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E4%BA%91-proxy/mdinehaiipnjeneljiiddampcnoodkfj |
| Descrizione | 云 Proxy For Developer |
| Dimensione del File | 277 KB |
| Conteggio Installazioni | 59 |
| Versione Corrente | 0.0.17 |
| Ultimo Aggiornamento | 2022-03-25 |
| Data di Pubblicazione | 2020-06-10 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | cloud-ide |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |