Quick Create Plus

Create new files for Google Drive from your browser bar.

ما هو Quick Create Plus؟

Quick Create Plus هو إضافة Chrome تم تطويرها بواسطة https://www.ignitionedu.com، والميزة الرئيسية لها هي "Create new files for Google Drive from your browser bar.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Quick Create Plus

قم بتنزيل ملفات الامتداد Quick Create Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Create new files for Google Drive from your browser bar. Links include Docs, Sheets, Slides, Drawings, Forms, and Scripts.                    

معلومات أساسية عن التمديد

الاسم Quick Create Plus Quick Create Plus
ID cofbabcghomgglkjdekepjclhojimanb
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb
الوصف Create new files for Google Drive from your browser bar.
حجم الملف 40.7 KB
عدد التثبيتات 60,469
النسخة الحالية 0.2
آخر تحديث 2017-04-23
تاريخ النشر 2017-04-23
تقييم 4.66/5 مجموع تقييمات 29
المطور https://www.ignitionedu.com
نوع الدفع free
اللغات المدعومة en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "0.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/suite_38.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icons\/suite_128.png",
        "48": "icons\/suite_48.png",
        "16": "icons\/suite_16.png"
    }
}