Pesto aioli
An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
Pesto aioli là gì?
Pesto aioli là một tiện ích mở rộng Chrome được phát triển bởi pink nautilus, và tính năng chính của nó là "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pesto aioli
Tải xuống các tệp mở rộng Pesto aioli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | baalpccnhigkkjhdaacgbkfopdcpbemp |
URL Chính Thức | https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp |
Mô tả | An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles |
Kích Thước Tệp | 623 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2019-11-14 |
Ngày Phát Hành | 2019-11-14 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | pink nautilus |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/simonmahns/newtab |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |