Export your outline
Export WorkFlowy to various formats including RTF and LaTeX.
Export your outlineとは何ですか?
Export your outlineはPaul Madelineによって開発されたChromeの拡張機能で、その主な機能は「Export WorkFlowy to various formats including RTF and LaTeX.」です。
拡張機能のスクリーンショット
Export your outline拡張機能のCRXファイルをダウンロード
Export your outline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export your outline from WorkFlowy and from Dynalist to various formats including RTF and LaTeX. The extension have a lot of options to create your document, and settings to customize your interface.
拡張機能の基本情報
名前 | |
ID | edinllmhijkgpkganmampmppgcmefaaf |
公式URL | https://chrome.google.com/webstore/detail/export-your-outline/edinllmhijkgpkganmampmppgcmefaaf |
説明 | Export WorkFlowy to various formats including RTF and LaTeX. |
ファイルサイズ | 250 KB |
インストール数 | 141 |
現在のバージョン | 0.9.8 |
最終更新日 | 2019-06-11 |
公開日 | 2019-06-11 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | Paul Madeline |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export your outline", "short_name": "EYO", "version": "0.9.8", "version_name": "Beta 0.9.8", "description": "__MSG_Manifestdesc__", "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } }, "open_workflowy": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "__MSG_OpenWorkFlowy__" } }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content_script.js" ] }, { "matches": [ "https:\/\/dynalist.io\/*" ], "js": [ "js\/jquery.min.js", "js\/content_script_dynalist.js" ] } ], "permissions": [ "activeTab", "storage", "tabs", "contextMenus" ], "page_action": { "default_name": "Export your outline", "default_popup": "popup.html" }, "options_page": "options.html", "manifest_version": 2 } |