Free OmniGraffle (.graffle) Viewer

Open your OmniGraffle files for free

Qu'est-ce que Free OmniGraffle (.graffle) Viewer ?

Free OmniGraffle (.graffle) Viewer est une extension Chrome développée par https://www.lucidchart.com, et sa fonction principale est "Open your OmniGraffle files for free".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Free OmniGraffle (.graffle) Viewer

Téléchargez les fichiers d'extension Free OmniGraffle (.graffle) Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Free OmniGraffle (.graffle) Viewer Free OmniGraffle (.graffle) Viewer
ID ahlhlpmldjfennoppdkhpnljgihpnnpj
URL Officiel https://chromewebstore.google.com/detail/free-omnigraffle-graffle/ahlhlpmldjfennoppdkhpnljgihpnnpj
Description Open your OmniGraffle files for free
Taille du Fichier 2.26 MB
Nombre d'Installations 11,496
Version Actuelle 4.3
Dernière Mise à Jour 2020-11-12
Date de Publication 2020-05-11
Évaluation 4.14/5 Total 37 Évaluations
Développeur https://www.lucidchart.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lucidchart.com/pages/omnigraffle-graffle-viewer
URL de la Page d'Aide http://support.lucidchart.com/
URL de la Page de Politique de Confidentialité https://www.lucidchart.com/pages/privacy
Langues Prises en Charge 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"
        ]
    }
}