Save to OmniFocus
Save tab or link to OmniFocus
什么是Save to OmniFocus?
Save to OmniFocus是由Goran Gligorin开发的Chrome扩展程序,该扩展的主要功能是“Save tab or link to OmniFocus”。
扩展截图
下载Save to OmniFocus扩展crx文件
下载Save to OmniFocus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OmniFocus is a personal task manager by the Omni Group for macOS and iOS.
This extension will add a toolbar button that will let you add the current page to your OmniFocus.
It will also add an item to the right-click menu that will also let you:
- add the current page to your OmniFocus.
- add a link on the page to your OmniFocus. 扩展基本信息
| 名称 | |
| ID | gkjcjolgbgobjdmnocfmojklgpapdnff |
| 官方URL | https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff |
| 简介 | Save tab or link to OmniFocus |
| 文件大小 | 31.38 KB |
| 安装次数 | 2,125 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-08-13 |
| 上架时间 | 2020-07-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Goran Gligorin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/gligoran/save-to-omnifocus |
| 帮助页面URL | https://github.com/gligoran/save-to-omnifocus/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "browser-action.png",
"default_title": "Save tab to OmniFocus"
},
"description": "Save tab or link to OmniFocus",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Save to OmniFocus",
"permissions": [
"activeTab",
"contextMenus"
],
"version": "1.0.2"
} | |