Free OmniGraffle (.graffle) Viewer

Open your OmniGraffle files for free

Was ist Free OmniGraffle (.graffle) Viewer?

Free OmniGraffle (.graffle) Viewer ist eine Chrome-Erweiterung, die von https://www.lucidchart.com entwickelt wurde, und ihr Hauptmerkmal ist "Open your OmniGraffle files for free".

Erweiterungsscreenshots

screenshot

Free OmniGraffle (.graffle) Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free OmniGraffle (.graffle) Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Free OmniGraffle (.graffle) Viewer Free OmniGraffle (.graffle) Viewer
ID ahlhlpmldjfennoppdkhpnljgihpnnpj
Offizielle URL https://chromewebstore.google.com/detail/free-omnigraffle-graffle/ahlhlpmldjfennoppdkhpnljgihpnnpj
Beschreibung Open your OmniGraffle files for free
Dateigröße 2.26 MB
Installationsanzahl 11,496
Aktuelle Version 4.3
Letztes Update 2020-11-12
Veröffentlichungsdatum 2020-05-11
Bewertung 4.14/5 Insgesamt 37 Bewertungen
Entwickler https://www.lucidchart.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lucidchart.com/pages/omnigraffle-graffle-viewer
Hilfeseite URL http://support.lucidchart.com/
URL der Datenschutzrichtlinien-Seite https://www.lucidchart.com/pages/privacy
Unterstützte Sprachen 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"
        ]
    }
}