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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}