Assistant

Assistant helps you to remember your tasks to complete.

Assistantคืออะไร?

Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kalpesh Singh และคุณลักษณะหลักของมันคือ "Assistant helps you to remember your tasks to complete."

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

screenshot
screenshot
screenshot

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

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

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

                        ***It replaces your new tab with shiny todo manager"***

"Assistant" is simple todo manager which helps you to remember small but yet important task. Whenever you open a new tab, you will see "Assistant" reminding your tasks.

"Assistant" is fully accessible and works with screen readers. It also provides many creative visual clue to understand your progress at a glance.

To make things more interesting, you will see background image changes on refresh. It fetches some high quality photos from Unsplash to make your new tab less dull.

Note: "Assistant" developer supports Privacy very strongly. There is NO tracking or analytics script is in this Chrome extension. 

[Updates 💥]:
1. Blur mode - Now hide your task list when people are around you. Perfect for projector and meeting scenario
2. Win to accessibility - Focus outline on checkboxes

[Features ✨]:

1. Fully accessible.
2. You can add tags by using square brackets. Example - "Write an article for @sitepointdotcom on Vue [urgent]".
3. Radial progress bar to get status of progress at a glance.                    

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

ชื่อ Assistant Assistant
ID jepekkbkeoifmhjfejinpeffomahkepk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/assistant/jepekkbkeoifmhjfejinpeffomahkepk
คำอธิบาย Assistant helps you to remember your tasks to complete.
ขนาดไฟล์ 643 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2018-10-05
วันที่เผยแพร่ 2018-10-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kalpesh Singh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Assistant",
    "description": "Assistant helps you to remember your tasks to complete.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "version": "1.1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}