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是由pink nautilus開發的Chrome擴展程式,該擴展的主要功能是“An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles”。
擴展截圖
下載Pesto aioli擴展crx文件
下載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 |
官方網址 | 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" ] } |