Save to OmniFocus

Save tab or link to OmniFocus

Wat is Save to OmniFocus?

Save to OmniFocus is een Chrome-extensie ontwikkeld door Goran Gligorin, en de belangrijkste functie is "Save tab or link to OmniFocus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save to OmniFocus

Download Save to OmniFocus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save to OmniFocus Save to OmniFocus
ID gkjcjolgbgobjdmnocfmojklgpapdnff
Officiële URL https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff
Beschrijving Save tab or link to OmniFocus
Bestandsgrootte 31.38 KB
Aantal Installaties 2,125
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-08-13
Publicatiedatum 2020-07-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Goran Gligorin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gligoran/save-to-omnifocus
Help Pagina-URL https://github.com/gligoran/save-to-omnifocus/issues
Ondersteunde Talen 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"
}