# ide-offline-extensions-manager **Repository Path**: openkylin/ide-offline-extensions-manager ## Basic Information - **Project Name**: ide-offline-extensions-manager - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-06-30 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [中文](#离线插件管理器)|[English](#offline-extensions-manager) # 离线插件管理器 ## 概述 离线插件管理器用于分类展示、安装和卸载离线插件。 主要功能 - 插件展示 - 插件安装和卸载 ## 安装 按下`Ctrl+P`组合键,输入`ext install KylinIDETeam.offline-extensions-manager`并回车 ## 使用 - 启动集成开发环境 - 点击"帮助"-"打开离线插件管理器" - 或者执行ctrl+shift+p, 启动命令面板,执行命令`extensions.manager.open`,进入离线插件插件管理器页面 - 点击`设置`按钮,选择离线插件文件 - 点击`Select`框,可以选择预定定义关键字搜索插件,也可以输入关键字进行模糊查询 - 点击安装或者卸载功能可以安装或者卸载插件 - 点击列表行可以预览插件详细信息 ## 源码构建 ### 插件构建 ``` yarn yarn build vsce package ``` ### 运行前端 ``` yarn yarn serve ``` 浏览器打开 [http://localhost:8080/](http://localhost:8080/) --- # Offline Extensions Manager ## Overview The Offline Extensions Manager is used to categorise, display, install and uninstall offline plugins. Main Functions - Extension Display - Extension installation and uninstallation ## Installation Press the `Ctrl+P` key combination, type `ext install KylinIDETeam.offline-extensions-manager` and enter ## Use - Starting the IDE - Click "Help" - "Open Offline Extensions Manager". - Or execute ctrl+shift+p, launch the command panel, execute the command `extensions.manager.open`, and enter the offline plugin manager page. - Click the `Set` button to select the offline plugin file - Click the `Select` box, you can choose predefined keywords to search plugins, you can also input keywords for fuzzy query. - Click Install or Uninstall to install or uninstall the plugin. - Click on the list row to preview the plugin details ## Source code build ### Plugin build ``` yarn yarn build vsce package ``` ### Run the front end. ``` yarn yarn serve ``` Open [http://localhost:8080/](http://localhost:8080/) in your browser