# torrent-manager-extension **Repository Path**: 523757325/torrent-manager-extension ## Basic Information - **Project Name**: torrent-manager-extension - **Description**: TorrentManager 浏览器插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # torrent-manager-extension ## 安装 (Chrome、Microsoft Edge) - 下载[torrent-manager-extension-[版本].zip](https://gitee.com/523757325/torrent-manager-extension/releases),保存到本地并**解压** - 拓展管理-打开开发人员模式-加载解压缩的拓展 ## 插件截图 ![截屏2021-06-16 下午12.03.04](https://gitee.com/523757325/store/raw/master/blogimg/%E6%88%AA%E5%B1%8F2021-06-16%20%E4%B8%8B%E5%8D%8812.03.04.png) ## Developer Note ### Get Started ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### extension version manage #### with npm ``` npm version major # 1.x.x -> 2.x.x, when you release a breaking change npm version minor # x.1.x -> x.2.x, when you release a feature npm version patch # x.x.1 -> x.x.2, when you release a patch npm version 1.2.3 # custom version ``` ##### for yarn: ``` yarn version --major yarn version --minor yarn version --patch yarn version --new-version 1.2.3 ```