Save to OmniFocus

Save tab or link to OmniFocus

Save to OmniFocusとは何ですか?

Save to OmniFocusはGoran Gligorinによって開発されたChromeの拡張機能で、その主な機能は「Save tab or link to OmniFocus」です。

拡張機能のスクリーンショット

screenshot

Save to OmniFocus拡張機能のCRXファイルをダウンロード

Save to OmniFocus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Save to OmniFocus Save to OmniFocus
ID gkjcjolgbgobjdmnocfmojklgpapdnff
公式URL https://chromewebstore.google.com/detail/save-to-omnifocus/gkjcjolgbgobjdmnocfmojklgpapdnff
説明 Save tab or link to OmniFocus
ファイルサイズ 31.38 KB
インストール数 2,125
現在のバージョン 1.0.2
最終更新日 2020-08-13
公開日 2020-07-23
評価 5.00/5 合計 1 レビュー
開発者 Goran Gligorin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/gligoran/save-to-omnifocus
ヘルプページのURL https://github.com/gligoran/save-to-omnifocus/issues
対応言語 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"
}