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」です。
拡張機能のスクリーンショット
Free OmniGraffle (.graffle) Viewer拡張機能のCRXファイルをダウンロード
Free OmniGraffle (.graffle) Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" ] } } |