Quick View docs

Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides

ما هو Quick View docs؟

Quick View docs هو إضافة Chrome تم تطويرها بواسطة NPTjpn، والميزة الرئيسية لها هي "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides".

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

screenshot

تحميل ملف CRX للإضافة Quick View docs

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

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

                        Quick view MS Office file (doc, excel, powerpoint). 
Need to install extension "Office Editing for Docs, Sheets & Slides" at below link.
https://chrome.google.com/webstore/detail/office-editing-for-docs-s/gbkeegbaiigmenfmjfclcdgdpimamgkj
Make sure that this extension also be installed on your Chrome!

Just right-click on the office files and view quickly.
The file will be downloaded in to the default Downloads folder/Temp then be opened by above extension (Office Editing for Docs, Sheets & Slides).                    

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

الاسم Quick View docs Quick View docs
ID jecfjjkhfhlcnagpnfkcgckmlbhilnba
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-view-docs/jecfjjkhfhlcnagpnfkcgckmlbhilnba
الوصف Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides
حجم الملف 335 KB
عدد التثبيتات 3,271
النسخة الحالية 1.1
آخر تحديث 2018-06-01
تاريخ النشر 2018-06-01
تقييم 5.00/5 مجموع تقييمات 1
المطور NPTjpn
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick View docs",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Quick view MS Office file (doc, excel, powerpoint). Need to install extension Office Editing for Docs, Sheets & Slides",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "downloads",
        "downloads.open"
    ]
}