Create Google Docs
Create Google Docs
ما هو Create Google Docs؟
Create Google Docs هو إضافة Chrome تم تطويرها بواسطة satoshixsea، والميزة الرئيسية لها هي "Create Google Docs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Create Google Docs
قم بتنزيل ملفات الامتداد Create Google Docs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google driveの各ファイルを作成する拡張機能です。
右上のアイコンとコンテキストメニューから作成できます。
DC=Document
SS=Spreadsheet
PT=Presentation
FO=Form
DW=Drawing
SC=Script
My Drive=My Driveへジャンプ معلومات أساسية عن التمديد
| الاسم | |
| ID | mgealjdnniclkdecdodfiinjgjifjbfo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/create-google-docs/mgealjdnniclkdecdodfiinjgjifjbfo |
| الوصف | Create Google Docs |
| حجم الملف | 128 KB |
| عدد التثبيتات | 315 |
| النسخة الحالية | 1.4 |
| آخر تحديث | 2016-05-21 |
| تاريخ النشر | 2016-05-21 |
| تقييم | 4.00/5 مجموع تقييمات 1 |
| المطور | satoshixsea |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://sites.google.com/site/xesachromeex/contextmenu/create-new-docs |
| اللغات المدعومة | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Create Google Docs",
"version": "1.4",
"permissions": [
"contextMenus"
],
"manifest_version": 2,
"description": "Create Google Docs",
"background": {
"scripts": [
"main.js"
],
"persistent": false
},
"icons": {
"128": "img\/128.png"
},
"browser_action": {
"default_icon": "img\/128.png",
"default_title": "Create Google Docs",
"default_popup": "popup.html"
}
} | |