云 Proxy
云 Proxy For Developer
Qu'est-ce que 云 Proxy ?
云 Proxy est une extension Chrome développée par cloud-ide, et sa fonction principale est "云 Proxy For Developer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 云 Proxy
Téléchargez les fichiers d'extension 云 Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
鲲鹏云原生研发工作台 -- 云 Proxy。开发者可以在云端配置自己的 Proxy 配置,从而实现与其他线上开发工具的无缝联动。
Informations de Base sur l'Extension
Nom | 云 Proxy |
ID | mdinehaiipnjeneljiiddampcnoodkfj |
URL Officiel | https://chromewebstore.google.com/detail/%E4%BA%91-proxy/mdinehaiipnjeneljiiddampcnoodkfj |
Description | 云 Proxy For Developer |
Taille du Fichier | 277 KB |
Nombre d'Installations | 59 |
Version Actuelle | 0.0.17 |
Dernière Mise à Jour | 2022-03-25 |
Date de Publication | 2020-06-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | cloud-ide |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |