WorkFlowy Presenter
Presenter for workflowy.com.
What is WorkFlowy Presenter?
WorkFlowy Presenter is a Chrome extension developed by Paul Madeline, and its main feature is "Presenter for workflowy.com.".
Extension Screenshots
Download WorkFlowy Presenter Extension CRX File
Download WorkFlowy Presenter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
WorkFlowy Presenter Presenter for workflowy.com. It convert list from WorkFlowy to a presentable text for giving a talk.
Extension Basic Information
Name | WorkFlowy Presenter |
ID | hjmpmegmndopebikjnidpchepoodfnca |
Official URL | https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca |
Description | Presenter for workflowy.com. |
File Size | 260 KB |
Installation Count | 181 |
Current Version | 2.3.2 |
Last Updated | 2018-12-23 |
Publish Date | 2018-12-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Paul Madeline |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |