Create a Google Drawing™
This extension creates a new Google Drawing™
ما هو Create a Google Drawing™؟
Create a Google Drawing™ هو إضافة Chrome تم تطويرها بواسطة Thomas Hammerlund، والميزة الرئيسية لها هي "This extension creates a new Google Drawing™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Create a Google Drawing™
قم بتنزيل ملفات الامتداد Create a Google Drawing™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When logged into your Google Account, this extension creates a new and unique Google Drawing for you in one click. If you are not logged in, the extension will bring you to the login page.
معلومات أساسية عن التمديد
الاسم | Create a Google Drawing™ |
ID | hpcojionnmginehclohnkiceenecpnge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge |
الوصف | This extension creates a new Google Drawing™ |
حجم الملف | 8.24 KB |
عدد التثبيتات | 619 |
النسخة الحالية | 0.4 |
آخر تحديث | 2021-04-29 |
تاريخ النشر | 2021-04-12 |
المطور | Thomas Hammerlund |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/view/one-click-extensions/home |
عنوان صفحة المساعدة | https://sites.google.com/view/one-click-extensions/contact |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/one-click-extensions/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Create a Google Drawing\u2122", "description": "This extension creates a new Google Drawing\u2122", "version": "0.4", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Google Drawing\u2122" }, "background": { "service_worker": "background.js" } } |