Free OmniGraffle (.graffle) Viewer

Open your OmniGraffle files for free

Free OmniGraffle (.graffle) Viewer란 무엇입니까?

Free OmniGraffle (.graffle) Viewer은(는) https://www.lucidchart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your OmniGraffle files for free"입니다.

확장 프로그램 스크린샷

screenshot

Free OmniGraffle (.graffle) Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Free OmniGraffle (.graffle) Viewer allows Chrome users to open OmniGraffle files on their computer, attached to their email, or posted on a website. No subscription required!

★ Supported file types: .graffle, .graffle.zip

★ Supported versions: OmniGraffle 6, OmniGraffle Pro 6

IMPORTANT TIP: When attempting to view a package file, zip it up before uploading.

Once you’ve installed the extension, you can:

Open OmniGraffle files from your computer

★ Click the Lucidchart icon on your toolbar and select “Choose file”. Alternatively, you can drag and drop an OmniGraffle file onto the page.


As a cloud-based tool, Lucidchart is the ideal OmniGraffle alternative on any platform. With support for both OmniGraffle and Visio files, it’s bridging the gap between Mac and PC. Now you can create dynamic, professional diagrams in minutes.                    

확장 프로그램 기본 정보

이름 Free OmniGraffle (.graffle) Viewer Free OmniGraffle (.graffle) Viewer
ID ahlhlpmldjfennoppdkhpnljgihpnnpj
공식 URL https://chromewebstore.google.com/detail/free-omnigraffle-graffle/ahlhlpmldjfennoppdkhpnljgihpnnpj
설명 Open your OmniGraffle files for free
파일 크기 2.26 MB
설치 횟수 11,496
현재 버전 4.3
최근 업데이트 2020-11-12
출시 날짜 2020-05-11
평점 4.14/5 총 37 개의 평점
개발자 https://www.lucidchart.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.lucidchart.com/pages/omnigraffle-graffle-viewer
도움말 페이지 URL http://support.lucidchart.com/
개인정보 보호 정책 페이지 URL https://www.lucidchart.com/pages/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free OmniGraffle (.graffle) Viewer",
    "short_name": "Free OmniGraffle (.graffle) Viewer",
    "version": "4.3",
    "manifest_version": 2,
    "description": "Open your OmniGraffle files for free",
    "icons": {
        "16": "data\/img\/chart_appicon_16.png",
        "48": "data\/img\/chart_appicon_48.png",
        "128": "data\/img\/chart_appicon_128.png"
    },
    "browser_action": {
        "default_icon": "data\/img\/chart_appicon_48.png",
        "default_title": "Free OmniGraffle Viewer by Lucidchart"
    },
    "web_accessible_resources": [
        "data\/js\/lib\/jquery.min.js"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "data\/js\/local-file-viewer-background.js"
        ]
    }
}