Todoist New Tab

Override the new tab page with todoist.com

Todoist New Tabคืออะไร?

Todoist New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dicknaniel และคุณลักษณะหลักของมันคือ "Override the new tab page with todoist.com"

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

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

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

                        To help keep us on track, this extension changes the new tab page to todoist.com - in an effort to reduce random web browsing. To quickly access the omnibox (url bar) after new tab opens, press CMD+L or CTRL+L.                    

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

ชื่อ Todoist New Tab Todoist New Tab
ID llkkhbnadepleglebnkgdmidmocbclel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/todoist-new-tab/llkkhbnadepleglebnkgdmidmocbclel
คำอธิบาย Override the new tab page with todoist.com
ขนาดไฟล์ 12.46 KB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-11-30
วันที่เผยแพร่ 2016-11-29
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา dicknaniel
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Todoist New Tab",
    "description": "Override the new tab page with todoist.com",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}