Export your outline
Export WorkFlowy to various formats including RTF and LaTeX.
Export your outline là gì?
Export your outline là một tiện ích mở rộng Chrome được phát triển bởi Paul Madeline, và tính năng chính của nó là "Export WorkFlowy to various formats including RTF and LaTeX.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Export your outline
Tải xuống các tệp mở rộng Export your outline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | edinllmhijkgpkganmampmppgcmefaaf |
URL Chính Thức | https://chrome.google.com/webstore/detail/export-your-outline/edinllmhijkgpkganmampmppgcmefaaf |
Mô tả | Export WorkFlowy to various formats including RTF and LaTeX. |
Kích Thước Tệp | 250 KB |
Số Lần Cài Đặt | 141 |
Phiên Bản Hiện Tại | 0.9.8 |
Cập Nhật Lần Cuối | 2019-06-11 |
Ngày Phát Hành | 2019-06-11 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Paul Madeline |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |