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 |
| Eメール | [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"
]
} | |