Save to OmniFocus

Save tab or link to OmniFocus

Cos'è Save to OmniFocus?

Save to OmniFocus è un'estensione di Chrome sviluppata da Goran Gligorin, e la sua funzione principale è "Save tab or link to OmniFocus".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save to OmniFocus

Scarica i file di estensione Save to OmniFocus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save to OmniFocus Save to OmniFocus
ID gkjcjolgbgobjdmnocfmojklgpapdnff
URL Ufficiale https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff
Descrizione Save tab or link to OmniFocus
Dimensione del File 31.38 KB
Conteggio Installazioni 2,125
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-08-13
Data di Pubblicazione 2020-07-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Goran Gligorin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gligoran/save-to-omnifocus
URL della Pagina di Aiuto https://github.com/gligoran/save-to-omnifocus/issues
Lingue Supportate 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"
}