Save to OmniFocus

Save tab or link to OmniFocus

Save to OmniFocusคืออะไร?

Save to OmniFocus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Goran Gligorin และคุณลักษณะหลักของมันคือ "Save tab or link to OmniFocus"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to OmniFocus

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}