Google 文档编辑器插件快速入门
本快速入门将创建一个 Google 文档编辑器插件,用于翻译文档中所选文字。
目标
前提条件
如需使用此示例,您需要满足以下前提条件:
- Google 账号(Google Workspace 账号可能需要管理员批准)。
- 一个能够访问互联网的网络浏览器。
设置脚本
- 前往 docs.new 创建 Google 文档。
- 依次点击扩展程序 > Google Apps 脚本。
- 点击无标题项目。
- 重命名 Apps 脚本项目 Translate Docs,然后点击重命名。
- 在
Code.gs
文件旁边,依次点击“更多”图标 more_vert
> 重命名。将文件命名为 translate
。
- 依次点击“添加文件”图标 add
> HTML。将文件命名为
sidebar
。
将每个文件的内容替换为以下相应代码,然后点击“保存”图标 。
运行脚本
- 在 Google 文档中,重新加载页面。
- 依次点击扩展程序 >
翻译文档
> 开始。
- 出现提示时,为该插件授权。授权后,该插件将重启。
- 在文档中输入一些文本,然后选择该文本。
- 在该插件中,点击翻译。如需替换文档中的文本,请点击插入。
后续步骤
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[null,null,["最后更新时间 (UTC):2024-12-18。"],[[["This quickstart guide demonstrates how to build a Google Docs add-on using Apps Script that translates selected text within a document."],["The add-on allows users to select text, choose source and target languages, and obtain the translation, with an option to insert the translated text directly into the document."],["Users need a Google Account and a web browser to utilize this add-on, which involves setting up a script, running it, and authorizing permissions."],["The add-on provides a user interface within a sidebar in Google Docs for easy interaction and language selection."],["Further resources are available for extending Google Docs functionality with Apps Script and exploring the Document service for more advanced customizations."]]],[]]