TabSpace
A scratch space for your new tab page
TabSpaceคืออะไร?
TabSpace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jacky Zhao และคุณลักษณะหลักของมันคือ "A scratch space for your new tab page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabSpace
ดาวน์โหลดไฟล์ส่วนขยาย TabSpace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A beautiful new tab replacement that gives you your very own scratch space to help you stay organized and focused. Treat it as your own little scratch space in the comfort of your new tab page. Text is saved as you write and your notes and tasks never leave your computer. It features a prominent spatial visualization for all of your tasks that helps you prioritize what's important, rich text formatting and natural language due dates. Tabspace is open source! Found an issue or want to contribute a feature? Check out the code on Github! https://github.com/jackyzha0/tabspace
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabSpace |
ID | kcinhoikngobhiikicnpahoanenlnlha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha |
คำอธิบาย | A scratch space for your new tab page |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 414 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2022-12-08 |
วันที่เผยแพร่ | 2022-09-29 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jacky Zhao |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabSpace", "description": "A scratch space for your new tab page", "version": "1.2.4", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |