WorkFlowy Presenter
Presenter for workflowy.com.
什么是WorkFlowy Presenter?
WorkFlowy Presenter是由Paul Madeline开发的Chrome扩展程序,该扩展的主要功能是“Presenter for workflowy.com.”。
扩展截图
下载WorkFlowy Presenter扩展crx文件
下载WorkFlowy Presenter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WorkFlowy Presenter
Presenter for workflowy.com.
It convert list from WorkFlowy to a presentable text for giving a talk. 扩展基本信息
| 名称 | |
| ID | hjmpmegmndopebikjnidpchepoodfnca |
| 官方URL | https://chromewebstore.google.com/detail/workflowy-presenter/hjmpmegmndopebikjnidpchepoodfnca |
| 简介 | Presenter for workflowy.com. |
| 文件大小 | 260 KB |
| 安装次数 | 181 |
| 当前版本 | 2.3.2 |
| 更新时间 | 2018-12-23 |
| 上架时间 | 2018-12-23 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Paul Madeline |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |