WorkFlowy Presenter
Presenter for workflowy.com.
WorkFlowy Presenter là gì?
WorkFlowy Presenter 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à "Presenter for workflowy.com.".
Ả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 WorkFlowy Presenter
Tải xuống các tệp mở rộng WorkFlowy Presenter 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
WorkFlowy Presenter Presenter for workflowy.com. It convert list from WorkFlowy to a presentable text for giving a talk.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WorkFlowy Presenter |
ID | hjmpmegmndopebikjnidpchepoodfnca |
URL Chính Thức | https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca |
Mô tả | Presenter for workflowy.com. |
Kích Thước Tệp | 260 KB |
Số Lần Cài Đặt | 181 |
Phiên Bản Hiện Tại | 2.3.2 |
Cập Nhật Lần Cuối | 2018-12-23 |
Ngày Phát Hành | 2018-12-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Paul Madeline |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WorkFlowy Presenter", "short_name": "WFP", "version": "3.3.2", "version_name": "2.3.2", "description": "Presenter for workflowy.com.", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/*", "https:\/\/beta.workflowy.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js", "js\/modal.js" ] } ], "icons": { "16": "image\/icon16.png", "48": "image\/icon48.png", "128": "image\/icon128.png" }, "page_action": { "default_title": "WorkFlowy Presenter", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "web_accessible_resources": [ "css\/*.css", "modal.html", "js\/inject.js", "js\/latex.js", "js\/markdown.js" ] } |