Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Sticky Notes New Tabคืออะไร?
Sticky Notes New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newtabthemebuilder.com และคุณลักษณะหลักของมันคือ "Sticky Notes New Tab adds sticky notes to your new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sticky Notes New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Sticky Notes New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
คำอธิบาย | Sticky Notes New Tab adds sticky notes to your new tab page. |
ขนาดไฟล์ | 5.18 MB |
จำนวนการติดตั้ง | 99 |
เวอร์ชันปัจจุบัน | 2023.11.20.519 |
อัปเดตครั้งล่าสุด | 2023-11-21 |
วันที่เผยแพร่ | 2023-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://newtabthemebuilder.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticky Notes New Tab", "description": "Sticky Notes New Tab adds sticky notes to your new tab page.", "version": "2023.11.20.519", "manifest_version": 3, "offline_enabled": true, "icons": { "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |