Omni Todoist

Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.

Omni Todoistคืออะไร?

Omni Todoist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tkt989.dev และคุณลักษณะหลักของมันคือ "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omni Todoist

ดาวน์โหลดไฟล์ส่วนขยาย Omni Todoist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add task to Todoist by address bar.

type 'todo' + tab in address bar, write your task, and then hit enter.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
คำอธิบาย Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
ขนาดไฟล์ 50 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-10-08
วันที่เผยแพร่ 2019-10-07
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา tkt989.dev
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tkt989/OmniTodoist
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omni Todoist",
    "version": "1.0.3",
    "icons": {
        "16": ".\/img\/[email protected]",
        "48": ".\/img\/[email protected]",
        "128": ".\/img\/[email protected]"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "identity",
        "storage",
        "https:\/\/todoist.com\/*"
    ],
    "omnibox": {
        "keyword": "todo"
    }
}