編輯器外掛程式的資訊清單
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
外掛程式會使用資訊清單檔案,設定應用程式及其運作方式的特定詳細資料。
本文說明如何設定編輯器外掛程式的資訊清單。
編輯器外掛程式的資訊清單結構
Apps Script 資訊清單結構不含任何編輯器外掛程式專屬屬性。不過,編輯器外掛程式資訊清單可以定義所有 Apps Script 專案通用的一般屬性,例如 OAuth 範圍和程式庫依附元件。
如需編輯器外掛程式可使用的潛在資訊清單屬性完整清單,請參閱「資訊清單結構」。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-01 (世界標準時間)。
[null,null,["上次更新時間:2025-08-01 (世界標準時間)。"],[[["\u003cp\u003eEditor add-ons utilize a manifest file to define configuration details and operational aspects.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest structure for Editor add-ons leverages common Apps Script properties like OAuth scopes and library dependencies.\u003c/p\u003e\n"],["\u003cp\u003eWhile Editor add-ons don't have unique manifest properties, they can utilize general properties available to all Apps Script projects.\u003c/p\u003e\n"],["\u003cp\u003eA complete list of manifest properties applicable to Editor add-ons can be found in the Manifest structure documentation.\u003c/p\u003e\n"]]],["Editor add-ons utilize a *manifest* file for configuration. While the manifest structure doesn't have properties unique to Editor add-ons, they can define general Apps Script project properties. These properties include OAuth scopes and library dependencies. A complete list of applicable manifest properties for Editor add-ons is available in the linked \"Manifest structure\" documentation. The manifest file details the app and its operations.\n"],null,["# Manifests for Editor add-ons\n\nAn add-on uses a *manifest* file\nto configure certain details about the app and its operation.\n\nThis documentation covers the details of configuring a manifest for a\nEditor Add-on.\n\nManifest structure for Editor add-ons\n-------------------------------------\n\nThe Apps Script manifest structure doesn't include any properties that are\nspecific to Editor add-ons. However, Editor add-on manifests can define the\ngeneral properties that are common to all Apps Script projects, such as\nOAuth scopes and library dependencies.\n\nSee\n[Manifest structure](/apps-script/manifest)\nfor a full list of potential manifest properties that Editor add-ons can use."]]