Tasks and notes tab
Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Tasks and notes tabคืออะไร?
Tasks and notes tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gorhawk และคุณลักษณะหลักของมันคือ "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tasks and notes tab
ดาวน์โหลดไฟล์ส่วนขยาย Tasks and notes tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will NOT replace your new tab. This is intentional. (You could not turn off this permission, but you can set your homepage manually to this extension) This extension uses no third party cloud storage. It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else. Upcoming features: - notes - some hotkeys - undo/redo - multiple task lists - unicode icon/emoji selector - storage usage indicator/settings (Chrome's sync storage is very limited) Source code: https://github.com/gorhawk/chrome-tasks-notes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tasks and notes tab |
ID | hnpkfibfpjnliookebflfogcgmihcbkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc |
คำอธิบาย | Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers. |
ขนาดไฟล์ | 618 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2020-05-01 |
วันที่เผยแพร่ | 2020-05-01 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | gorhawk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_applicationName__", "description": "__MSG_applicationDescription__", "version": "0.1.1", "default_locale": "en", "browser_action": { "default_icon": "assets\/img\/ic_check_black_24dp_2x.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |