DWG FastView - CAD Viewer&Editor

Easily view 2D/3D drawings and DWG to PDF Converter.

什麼是DWG FastView - CAD Viewer&Editor?

DWG FastView - CAD Viewer&Editor是由https://dwgfastview.com開發的Chrome擴展程式,該擴展的主要功能是“Easily view 2D/3D drawings and DWG to PDF Converter.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載DWG FastView - CAD Viewer&Editor擴展crx文件

下載DWG FastView - CAD Viewer&Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily view and share CAD 2D drawings and 3D models on your browser without installing any software.

DWG FastView For Web is a powerful tool that has multiple useful functions and fully compatible with AutoCAD. If you want to quickly view and edit for your drawings in your browser,  then the extension is just the ideal tool for you. 

★ Features ★
1. Easily browse 2D/3D CAD files online;
2. Support export to PDF, BMP, JPG and PNG, and share it to anyone freely;
3. Support manage layers and print your drawings online;
4. Measure Distance, Coordinates,Angles and Arc;
5. Draw Line, Arrow, Revcloud, Ellipse,Text and Sketch;
6. Supports multiple languages, includ English, French, German, Spanish, Portuguese, Italian, Turkish, Japanese, etc;
7. DWG FastView Cloud: Cross platform application - DWG FastView for Web, for Mobile, for Windows.

★ Support ★
Please contact us for support at: [email protected]                    

擴展基本資訊

名稱 DWG FastView - CAD Viewer&Editor DWG FastView - CAD Viewer&Editor
ID kjficphkplbinnhobohlnchgfkcdchpm
官方網址 https://chromewebstore.google.com/detail/dwg-fastview-cad-viewered/kjficphkplbinnhobohlnchgfkcdchpm
簡介 Easily view 2D/3D drawings and DWG to PDF Converter.
檔案大小 159 KB
安裝次數 1,000
目前版本 1.0
更新時間 2023-12-15
上架時間 2023-12-15
評分 5.00/5 共 1 次評分
開發者 https://dwgfastview.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://en.dwgfastview.com/
說明頁面URL https://en.dwgfastview.com/
隱私政策頁面URL https://www.gstarcad.net/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DWG FastView - CAD Viewer&Editor",
    "version": "1.0",
    "description": "Easily view 2D\/3D drawings and DWG to PDF Converter.",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "DWG FastView - CAD Viewer&Editor"
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "host_permissions": [
        "*:\/\/*.dwgfastview.com\/"
    ],
    "permissions": [
        "cookies"
    ]
}