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 |
| 官方網址 | 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"
} | |