Aspose GitHub DocViewer

Display document files in GitHub

Aspose GitHub DocViewerคืออะไร?

Aspose GitHub DocViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aspose-developers และคุณลักษณะหลักของมันคือ "Display document files in GitHub"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aspose GitHub DocViewer

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

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

                        Aspose GitHub DocViewer is powered by Aspose.Words Cloud:
https://products.aspose.cloud/words/family

Empower GitHub with browsing of Word docs: easily view DOCX, DOC, RTF, etc.

Detailed and high-quality documentation is essential to the success of any software project. Aspose GitHub DocViewer extension empowers your GitHub repository documentation with the support for instant viewing of Microsoft Word and OpenOffice documents in DOCX, DOC, DOTX, RTF, ODT, DOT, OTT and other formats. Built on top of the high-performance infrastructure of Words Cloud API, it allows you to render documents directly in your browser without the need for any additional software installed. Once the document is rendered you can also send it to a printer or convert to PDF, DOCX or HTML. 

Core Features
 • Navigate your document and jump to specific pages quickly with thumbnails.
 • View document on any screen diagonal with zoom-in and zoom-out tools.
 • Search for specific words and phrases within seconds.

How to Use
Just add the extension and start surfing your favorite GitHub repositories. Once you see a document link, click on it, and the document will be displayed. 

Feedback
If you have a suggestion for how to improve or enhance Aspose GitHub DocViewer extension, feel free to contact us.                    

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

ชื่อ Aspose GitHub DocViewer Aspose GitHub DocViewer
ID hccnpbnoghefpelicokfcnngmaodbjii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aspose-github-docviewer/hccnpbnoghefpelicokfcnngmaodbjii
คำอธิบาย Display document files in GitHub
ขนาดไฟล์ 315 KB
จำนวนการติดตั้ง 1,231
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-09-20
วันที่เผยแพร่ 2020-08-03
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา aspose-developers
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://marketplace.aspose.cloud/
URL หน้าช่วยเหลือ https://forum.aspose.cloud/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aspose GitHub DocViewer",
    "version": "1.0.4",
    "description": "Display document files in GitHub",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "https:\/\/words-github.conholdate.cloud\/",
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    }
}