Doc to PDF

Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.

Doc to PDFคืออะไร?

Doc to PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doc to PDF

ดาวน์โหลดไฟล์ส่วนขยาย Doc to PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Doc to PDF is a lite extension that let you easily download a wide range of documents as a PDF file right in your browser.

Simply add the add-on to your browser and start surfing. Once you see a document link (i.e. .doc, .docx, .pdf), please right-click on the link and then select - Download as PDF - from context-menu. The document will be downloaded as a PDF file to your machine.

Please note that, this add-on uses Google - GView - engine to convert the documents. Moreover, it supports a wide range of document types, including doc, docx, ppt and more.

If you have a feature request, or found a bug to report, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/doc-to-pdf.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doc to PDF Doc to PDF
ID hogjkpeffjaioikafebhicakheeblljm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/doc-to-pdf/hogjkpeffjaioikafebhicakheeblljm
คำอธิบาย Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.
ขนาดไฟล์ 26.54 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-04-21
วันที่เผยแพร่ 2018-04-21
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mybrowseraddon.com/doc-to-pdf.html
URL หน้าช่วยเหลือ http://mybrowseraddon.com/doc-to-pdf.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "name": "Doc to PDF",
    "manifest_version": 2,
    "short_name": "doc-to-pdf",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/doc-to-pdf.html",
    "description": "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.",
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "notifications",
        "*:\/\/docs.google.com\/gview*"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}