ملفات البيان لإضافات المحرِّر
تستخدم الإضافة ملف manifest
لضبط تفاصيل معيّنة عن التطبيق وعمله.
تتناول هذه المستندات تفاصيل ضبط بيان لإضافة
المحرِّر.
بنية البيان لإضافات "أداة التعديل"
لا تتضمّن بنية بيان Apps Script أي سمات
خاصة بإضافات المحرِّر. ومع ذلك، يمكن أن تحدِّد ملفات بيان إضافات "محرِّر تطبيقات Google"
السمات العامة الشائعة لجميع مشاريع "برمجة تطبيقات Google"، مثل
نطاقات OAuth وتبعيات المكتبة.
اطّلِع على بنية البيان للحصول على قائمة كاملة بخصائص البيان المحتمَلة التي يمكن أن تستخدمها إضافات "محرِّر Google".
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-02-16 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-16 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Editor add-ons utilize a manifest file to define configuration details and operational aspects."],["The manifest structure for Editor add-ons leverages common Apps Script properties like OAuth scopes and library dependencies."],["While Editor add-ons don't have unique manifest properties, they can utilize general properties available to all Apps Script projects."],["A complete list of manifest properties applicable to Editor add-ons can be found in the Manifest structure documentation."]]],["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"]]