Pesto aioli
An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
Pesto aioliคืออะไร?
Pesto aioli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pink nautilus และคุณลักษณะหลักของมันคือ "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pesto aioli
ดาวน์โหลดไฟล์ส่วนขยาย Pesto aioli ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities. To customize links, press the "[+]" at the bottom of the screen. "website" will redirect to github repo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | baalpccnhigkkjhdaacgbkfopdcpbemp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp |
คำอธิบาย | An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles |
ขนาดไฟล์ | 623 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2019-11-14 |
วันที่เผยแพร่ | 2019-11-14 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | pink nautilus |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/simonmahns/newtab |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pesto aioli", "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles", "version": "0.1.5", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "100": "icon100.png", "128": "icon128.png" } }, "icons": { "16": "favicon.ico", "48": "favicon.ico", "128": "favicon.ico" }, "permissions": [ "storage" ] } |