Things 3 (unofficial), add task extention

This extention allows you to add tasks from your browser.

Things 3 (unofficial), add task extentionคืออะไร?

Things 3 (unofficial), add task extention เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sardorbek.pulatov และคุณลักษณะหลักของมันคือ "This extention allows you to add tasks from your browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Things 3 (unofficial), add task extention

ดาวน์โหลดไฟล์ส่วนขยาย Things 3 (unofficial), add task extention ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension allows you to add tasks from your browser. This is not official plugin.

Source code is here if you want to check it out: https://github.com/oneslash/things-chrome                    

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

ชื่อ Things 3 (unofficial), add task extention Things 3 (unofficial), add task extention
ID geikefnbepcmeflnbaoiopdnohhihpia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/things-3-unofficial-add-t/geikefnbepcmeflnbaoiopdnohhihpia
คำอธิบาย This extention allows you to add tasks from your browser.
ขนาดไฟล์ 12.96 KB
จำนวนการติดตั้ง 415
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2023-03-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา sardorbek.pulatov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Things 3 (unofficial), add task extention",
    "description": "This extention allows you to add tasks from your browser.",
    "version": "1.0.1",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": []
}