Skip to content

Chrome extension that add a toolbar button and a context menu action to save a link to the current tab to OmniFocus

License

Notifications You must be signed in to change notification settings

c0decracker/save-to-omnifocus

 
 

Repository files navigation

Save to OmniFocus

Chrome extension that add a toolbar button and a context menu action to save a link to the current tab to OmniFocus.

"A website wants to open this application" popup

When using the extension you might get this popup:

Open OmniFocus Popup

That's a known issue. There used to be a checkbox on that popup that allowed Chrome to remember your choice, but it was removed with Chrome 77.

A way to make that popup go away is by adding the omnifocus:// protocol to the URLAllowlist via this command:

defaults write com.google.Chrome URLAllowlist -array-add 'omnifocus://*'

Once added it will show up in chrome://policy/.

For Brave browser, use this command:

defaults write com.brave.Browser URLAllowlist -array-add 'omnifocus://*'

About

Chrome extension that add a toolbar button and a context menu action to save a link to the current tab to OmniFocus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 84.9%
  • Makefile 15.1%