Google 簡報編輯器外掛程式快速入門
本快速入門會建立 Google 簡報編輯器外掛程式,用於翻譯簡報中的所選文字。
目標
必要條件
如要使用這個範例,您必須具備下列先決條件:
- Google 帳戶 (Google Workspace 帳戶可能需要管理員核准)。
- 可連上網際網路的網路瀏覽器。
設定指令碼
- 前往 slides.new 建立 Google 簡報。
- 依序按一下「Extensions」>「Apps Script」。
- 按一下「Untitled project」。
- 將 Apps Script 專案重新命名為「Translate Slides」,然後按一下「Rename」。
- 在
Code.gs
檔案旁邊,依序按一下「更多」圖示 more_vert
>「重新命名」。將檔案命名為 translate
。
- 依序點選「新增檔案」add
>「HTML」。將檔案命名為
sidebar
。
將每個檔案的內容替換為下列對應的程式碼,然後按一下「儲存」。
執行指令碼
- 在 Google 簡報中重新載入頁面。
- 依序點選「擴充功能」「翻譯投影片」>附加元件選單項目可能需要幾秒鐘的時間才會顯示。
- 出現提示時,請授權使用外掛程式。
- 再次依序點選「擴充功能」「翻譯投影片」>「開始」。
- 在簡報中加入文字並選取。
- 在外掛程式中按一下「翻譯」,即可取代所選文字。
後續步驟
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-22 (世界標準時間)。
[null,null,["上次更新時間:2024-12-22 (世界標準時間)。"],[[["This quickstart guide details how to build a Google Slides add-on using Apps Script to translate selected presentation text."],["The add-on allows users to select text within their Google Slides presentation and translate it into various languages such as Arabic, Chinese, English, French, German, Hindi, Japanese, Portuguese, and Spanish."],["To utilize this add-on, users need a Google Account, a web browser, and must follow setup instructions which include creating a Slides presentation, enabling Apps Script, and pasting provided code into designated script files."],["Users can run the add-on by reloading their Slides presentation, authorizing the add-on, and selecting the text they wish to translate before clicking the \"Translate\" button in the add-on sidebar."]]],[]]