Quick Create for Google Drive
Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.
ما هو Quick Create for Google Drive؟
Quick Create for Google Drive هو إضافة Chrome تم تطويرها بواسطة breadleyyost7y، والميزة الرئيسية لها هي "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quick Create for Google Drive
قم بتنزيل ملفات الامتداد Quick Create for Google Drive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly create new Google documents, spreadsheets, forms, presentations and drawings. Supports multiple Google accounts through the options as well as shortcuts to custom templates. The extension is changing the new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | ckcbfnpodigdcbjjmhmolhkhlfbepnca |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-create-for-google-d/ckcbfnpodigdcbjjmhmolhkhlfbepnca |
الوصف | Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc. |
حجم الملف | 47.8 KB |
عدد التثبيتات | 33,964 |
النسخة الحالية | 3.3 |
آخر تحديث | 2020-02-05 |
تاريخ النشر | 2020-02-04 |
تقييم | 4.01/5 مجموع تقييمات 148 |
المطور | breadleyyost7y |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/quick-create-for-g-drive/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content_script.js" ], "matches": [ "https:\/\/drive.google.com\/*usetemplate?id=*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Simple extension to make it quicker to create new Google drive documents. This Chrome Extension is not affiliated with Google, Inc.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Quick Create for Google Drive", "options_page": "options.html", "short_name": "Quick Create for Drive", "version": "3.3", "chrome_url_overrides": { "newtab": "nt.html" } } |