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