Save to OmniFocus
Save tab or link to OmniFocus
What is Save to OmniFocus?
Save to OmniFocus is a Chrome extension developed by Goran Gligorin, and its main feature is "Save tab or link to OmniFocus".
Extension Screenshots
Download Save to OmniFocus Extension CRX File
Download Save to OmniFocus 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
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.
Extension Basic Information
Name | Save to OmniFocus |
ID | gkjcjolgbgobjdmnocfmojklgpapdnff |
Official URL | https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff |
Description | Save tab or link to OmniFocus |
File Size | 31.38 KB |
Installation Count | 2,125 |
Current Version | 1.0.2 |
Last Updated | 2020-08-13 |
Publish Date | 2020-07-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Goran Gligorin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gligoran/save-to-omnifocus |
Help Page URL | https://github.com/gligoran/save-to-omnifocus/issues |
Supported Languages | 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" } |