Save to OmniFocus

Save tab or link to OmniFocus

Qu'est-ce que Save to OmniFocus ?

Save to OmniFocus est une extension Chrome développée par Goran Gligorin, et sa fonction principale est "Save tab or link to OmniFocus".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save to OmniFocus

Téléchargez les fichiers d'extension Save to OmniFocus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save to OmniFocus Save to OmniFocus
ID gkjcjolgbgobjdmnocfmojklgpapdnff
URL Officiel https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff
Description Save tab or link to OmniFocus
Taille du Fichier 31.38 KB
Nombre d'Installations 2,125
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-08-13
Date de Publication 2020-07-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Goran Gligorin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gligoran/save-to-omnifocus
URL de la Page d'Aide https://github.com/gligoran/save-to-omnifocus/issues
Langues Prises en Charge 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"
}