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
官方URL 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"
    ]
}