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 |
公式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" ] } |