# customnewword **Repository Path**: hxr521521/customnewword ## Basic Information - **Project Name**: customnewword - **Description**: chrome一个网页翻译生词的插件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-22 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #chrome一个网页翻译生词的插件 ##安装 > - 首先将项目部署到服务器上 例如 GAE > - jetty:run 启动项目 > - 修改 \chromeextend\js\background.js 里面的COMMON_URL 地址 > - 将chromeextend文件夹插件安装到chrome里 ##实例部署 > - 登陆gae 申请一个空项目后 , 打开google shell, 输入如下命令 > > - git clone xxx.git > > - mvn gcloud:deploy > - 在app引擎的 -设置 - 里 启动应用就ok 了