Google Form Desing Editor
Google Form Desing Editor allows you to alter the document aspect.
ما هو Google Form Desing Editor؟
Google Form Desing Editor هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Google Form Desing Editor allows you to alter the document aspect.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Form Desing Editor
قم بتنزيل ملفات الامتداد Google Form Desing Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration
معلومات أساسية عن التمديد
الاسم | Google Form Desing Editor |
ID | nebkelemoemkibpneijjiojkcjehnhmn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn |
الوصف | Google Form Desing Editor allows you to alter the document aspect. |
حجم الملف | 3.24 KB |
عدد التثبيتات | 108 |
النسخة الحالية | 0.1 |
آخر تحديث | 2020-04-10 |
تاريخ النشر | 2020-04-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Form Desing Editor", "version": "0.1", "description": "Google Form Desing Editor allows you to alter the document aspect.", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/d\/e\/*" ], "js": [ "content.js" ] } ] } |