النصوص البرمجية المستقلة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
البرنامج النصي المستقل هو أي برنامج نصي غير مرتبط بملف في "جداول بيانات Google" أو "مستندات Google" أو "العروض التقديمية من Google" أو "نماذج Google". تظهر هذه النصوص البرمجية
بين ملفاتك
في Google Drive.
إنشاء نص برمجي مستقل
أسهل طريقة لإنشاء نص برمجي مستقل هي الانتقال إلى
script.google.com
ثم النقر على addمشروع جديد في أعلى يمين الصفحة.
يمكنك أيضًا إنشاء نصوص برمجية مستقلة من Google Drive. انتقِل إلى Google Drive
وانقر على جديد > المزيد > Google Apps Script.
تشغيل نص برمجي مستقل
لتشغيل دالة من محرر النصوص البرمجية، اختَر اسم الدالة التي تريد تنفيذها في أعلى الصفحة، ثم انقر على تشغيل.
استخدام نص برمجي مستقل
العديد من البرامج النصية المستقلة هي برامج نصية مساعدة، مثل البحث في Google Drive عن الملفات القديمة التي يتضمّن اسمها "بدون عنوان" حتى تتمكّن من حذفها.
يمكن أيضًا نشر نص برمجي مستقل كتطبيق ويب أو إعداده ليتم تشغيله تلقائيًا من خلال عامل تشغيل قابل للتثبيت.
تكون النصوص البرمجية المستقلة في Apps Script مناسبة لتطوير إضافات بسيطة لك أو لفريقك أو لمؤسستك. بالنسبة إلى المشاريع الأكبر حجمًا، ننصحك بإنشاء إضافة Google Workspace في بيئة وقت تشغيل مختلف.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eStandalone Google Apps Scripts are independent scripts not tied to any specific Google file like Sheets, Docs, or Slides, and they reside in your Google Drive.\u003c/p\u003e\n"],["\u003cp\u003eYou can effortlessly create a standalone script by visiting script.google.com or through Google Drive by navigating to New > More > Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eStandalone scripts are often utilized as utilities to automate tasks, such as searching and deleting files, or deployed as web apps or triggered automatically.\u003c/p\u003e\n"],["\u003cp\u003eThey can be run directly from the script editor by selecting the desired function and clicking Run.\u003c/p\u003e\n"],["\u003cp\u003eAdditionally, add-ons for Google Workspace can now be published using standalone scripts.\u003c/p\u003e\n"]]],[],null,["# Standalone Scripts\n\nA standalone script is any script that is not\n[bound to a Google Sheets, Docs, Slides, or\nForms file](/apps-script/guides/bound). These scripts appear\namong your files\nin Google Drive.\n\nCreating a standalone script\n----------------------------\n\nThe easiest way to create a standalone script is to visit\n[`script.google.com`](https://script.google.com)\nand at the top left, click add**New project**.\n\nYou can also create standalone scripts from Google Drive. Go to [Google Drive](https://drive.google.com)\nand click **New \\\u003e More \\\u003e Google Apps Script**.\n\nRunning a standalone script\n---------------------------\n\nTo run a function from the script editor, at the top, select the name\nof the function you want to execute and click **Run**.\n\nUsing a standalone script\n-------------------------\n\nMany standalone scripts are utility scripts --- for example, to\n[search your Google Drive for old files whose name contains \"untitled\"](/apps-script/reference/drive/drive-app#searchFiles(String))\nso that you can delete them.\n\nA standalone script can also be deployed as a [web app](/apps-script/guides/web)\nor set up to run automatically from an\n[installable trigger](/apps-script/guides/triggers/installable).\n\nApps Script standalone scripts are suitable for lightweight\nadd-on development for yourself, your team, or your\norganization. For larger projects, consider building a Google Workspace\nadd-on on a [different runtime](/workspace/add-ons/guides/alternate-runtimes)\nenvironment."]]